Skip to content

Commit 983ddfe

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent fd5ba15 commit 983ddfe

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
@@ -115,10 +115,10 @@ helmCharts:
115115
replicas: 3
116116
resources:
117117
limits:
118-
memory: 3.6Gi # 30% of 12Gi
118+
memory: 2.8Gi # 30% of 12Gi
119119
requests:
120-
cpu: 1050m # 30% of 3.5
121-
memory: 2.4Gi # 30% of 8Gi
120+
cpu: 500m # 30% of 3.5
121+
memory: 1.8Gi # 30% of 8Gi
122122
topologySpreadConstraints: {}
123123
zoneAwareReplication:
124124
enabled: false

0 commit comments

Comments
 (0)