Skip to content

Commit

Permalink
fix: shard prometheus and remove kubelet
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 3, 2024
1 parent 6606616 commit 4852c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions bootstrap/stage1/o11y/resources/prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "kubernetes_manifest" "prometheus" {
},
]
}
"shards" = 2
"enableAdminAPI" = false
"externalLabels" = {
"cluster" : var.cluster_name
Expand All @@ -31,10 +32,10 @@ resource "kubernetes_manifest" "prometheus" {
"resources" = {
"requests" = {
"cpu" = "1"
"memory" = "14Gi"
"memory" = "13Gi"
}
"limits" = {
"memory" = "14Gi"
"memory" = "13Gi"
}
}
"retention" = "30d"
Expand Down

0 comments on commit 4852c45

Please sign in to comment.