Skip to content

Commit 4769652

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 87fb27f commit 4769652

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

apps/mimir/base/kustomization.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,12 @@ helmCharts:
249249
nginx:
250250
replicas: 1
251251
resources:
252-
limits:
253-
memory: 219Mi # 30% of 731Mi
254252
requests:
255-
cpu: 300m # 30% of 1
256-
memory: 154Mi # 30% of 512Mi
253+
cpu: 100m # 30% of 1
254+
memory: 64Mi # 30% of 512Mi
255+
limits:
256+
memory: 128Mi # 30% of 731Mi
257+
cpu: 100m # 30% of 1
257258

258259
gateway:
259260
replicas: 1

0 commit comments

Comments
 (0)