Skip to content

Commit f23f74e

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 2efd305 commit f23f74e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/atlantis/overlays/ops/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ helmCharts:
127127

128128
resources:
129129
requests:
130-
memory: 500Mi
131-
cpu: 100m
130+
memory: 256Mi
131+
cpu: 50m
132132
limits:
133-
memory: 900Mi
134-
cpu: 500m
133+
memory: 512Mi
134+
cpu: 200m
135135

136136
volumeClaim:
137137
enabled: true

apps/mimir/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ helmCharts:
155155
allocatedMemory: 64
156156
resources:
157157
requests:
158-
cpu: 30m
158+
cpu: 10m
159159

160160
results-cache:
161161
enabled: true

0 commit comments

Comments
 (0)