Skip to content

Commit 6b639c8

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 31f4f14 commit 6b639c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/mimir/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ helmCharts:
197197
replicas: 1
198198
resources:
199199
limits:
200-
memory: 840Mi # 30% of 2.8Gi
200+
memory: 512Mi # 30% of 2.8Gi
201201
requests:
202-
cpu: 600m # 30% of 2
203-
memory: 614Mi # 30% of 2Gi
202+
cpu: 200m # 30% of 2
203+
memory: 256Mi # 30% of 2Gi
204204
tolerations:
205205
- key: "role"
206206
operator: "Equal"

0 commit comments

Comments
 (0)