attempt ot reduce prometheus memory by setting --storage.tsdb.retention.size; laso add metrics-api which is not working atm [ci skip]

This commit is contained in:
viktorbarzin 2023-04-17 01:28:03 +01:00
parent 3c0c3956f7
commit 64491f9028
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 57 additions and 0 deletions

View file

@ -277,3 +277,9 @@ module "excalidraw" {
source = "./excalidraw"
tls_secret_name = var.tls_secret_name
}
# module "metrics_api" {
# source = "./metrics_api"
# tls_secret_name = var.tls_secret_name
# }