Skip to content

Commit 94c685f

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 0e6b4c5 commit 94c685f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/kube-prometheus-stack/base/prometheus-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ prometheus:
8686
resources:
8787
requests:
8888
cpu: "200m"
89-
memory: "1536Mi" #2800Mi
89+
memory: "2048Mi" #2800Mi
9090
limits:
9191
cpu: "400m"
92-
memory: "2048Mi" #4000Mi
92+
memory: "3096Mi" #4000Mi
9393
replicas: 1 # 3 to 1 enabled Mimir
9494
replicaExternalLabelName: "__replica__"
9595
podAntiAffinity: hard

apps/mimir/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ helmCharts:
151151
results-cache:
152152
enabled: true
153153
replicas: 1 #2
154-
allocatedMemory: 128
154+
allocatedMemory: 64
155155

156156
minio:
157157
enabled: false

0 commit comments

Comments
 (0)