Skip to content

Commit 7812f18

Browse files
committed
ZOUKYOU
1 parent 4558985 commit 7812f18

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

k8s-manifests/argocd-helm-chart-values.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ server:
1313
resources:
1414
requests:
1515
cpu: 100m
16-
memory: 48Mi
16+
memory: 128Mi
1717
limits:
1818
cpu: 200m
19-
memory: 128Mi
19+
memory: 192Mi
2020
pdb:
2121
enabled: true
2222
minAvailable: 1
@@ -47,10 +47,10 @@ dex:
4747
resources:
4848
limits:
4949
cpu: 100m
50-
memory: 128Mi
50+
memory: 192Mi
5151
requests:
5252
cpu: 50m
53-
memory: 64Mi
53+
memory: 128Mi
5454
pdb:
5555
enabled: true
5656
minAvailable: 1
@@ -68,22 +68,16 @@ redis:
6868
repoServer:
6969
replicaCount: 1
7070
resources:
71-
limits:
72-
cpu: 1500m
73-
memory: 256Mi
7471
requests:
7572
cpu: 500m
7673
memory: 128Mi
7774

7875
applicationSet:
7976
replicaCount: 1
8077
resources:
81-
limits:
82-
cpu: 100m
83-
memory: 128Mi
8478
requests:
85-
cpu: 100m
86-
memory: 64Mi
79+
cpu: 500m
80+
memory: 128Mi
8781

8882
notifications:
8983
resources:

0 commit comments

Comments
 (0)