Skip to content

Commit

Permalink
Merge pull request #115 from cardano-scaling/fix/prometheus-shards
Browse files Browse the repository at this point in the history
fix: shard prometheus and remove kubelet
  • Loading branch information
scarmuega authored Dec 3, 2024
2 parents 6606616 + 4852c45 commit 0a50f32
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 0a50f32

Please sign in to comment.