Skip to content

Commit 049ea3a

Browse files
committed
Increase mem for argocd app controller
1 parent e7dadc2 commit 049ea3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

infra/argocd/deployment-argocd-application-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
- name: argocd-application-controller
1010
resources:
1111
requests:
12-
memory: "500Mi"
12+
memory: "600Mi"
1313
limits:
14-
memory: "550Mi"
14+
memory: "650Mi"

infra/argocd/deployment-argocd-repo-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ spec:
99
- name: argocd-repo-server
1010
resources:
1111
requests:
12-
memory: "100Mi"
12+
memory: "200Mi"
1313
limits:
14-
memory: "150Mi"
14+
memory: "250Mi"

0 commit comments

Comments
 (0)