We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6b4c5 commit 94c685fCopy full SHA for 94c685f
apps/kube-prometheus-stack/base/prometheus-values.yaml
@@ -86,10 +86,10 @@ prometheus:
86
resources:
87
requests:
88
cpu: "200m"
89
- memory: "1536Mi" #2800Mi
+ memory: "2048Mi" #2800Mi
90
limits:
91
cpu: "400m"
92
- memory: "2048Mi" #4000Mi
+ memory: "3096Mi" #4000Mi
93
replicas: 1 # 3 to 1 enabled Mimir
94
replicaExternalLabelName: "__replica__"
95
podAntiAffinity: hard
apps/mimir/base/kustomization.yaml
@@ -151,7 +151,7 @@ helmCharts:
151
results-cache:
152
enabled: true
153
replicas: 1 #2
154
- allocatedMemory: 128
+ allocatedMemory: 64
155
156
minio:
157
enabled: false
0 commit comments