Skip to content

Commit 37a4c99

Browse files
committed
Add argocd-application-controller StatefulSet configuration and update kustomization.yaml to include it
1 parent 11702d1 commit 37a4c99

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: apps/v1
2+
kind: StatefulSet
3+
metadata:
4+
name: argocd-application-controller
5+
spec:
6+
template:
7+
spec:
8+
containers:
9+
- name: argocd-application-controller
10+
resources:
11+
requests:
12+
memory: "500Mi"
13+
limits:
14+
memory: "550Mi"

infra/argocd/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ resources:
1212

1313
patches:
1414
- path: argocd-rbac-cm.yaml
15+
- path: argocd-application-controller.yaml
1516
- path: argocd-cmd-params-cm.yaml
1617
target:
1718
version: v1

0 commit comments

Comments
 (0)