We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11702d1 commit 37a4c99Copy full SHA for 37a4c99
infra/argocd/argocd-application-controller.yaml
@@ -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
@@ -12,6 +12,7 @@ resources:
patches:
- path: argocd-rbac-cm.yaml
15
+ - path: argocd-application-controller.yaml
16
- path: argocd-cmd-params-cm.yaml
17
target:
18
version: v1
0 commit comments