We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8e304 commit de9e032Copy full SHA for de9e032
2 files changed
infra/helm/argo-cd/templates/app/eksapp.yaml
@@ -0,0 +1,18 @@
1
+apiVersion: argoproj.io/v1alpha1
2
+kind: Application
3
+metadata:
4
+ name: eksapp
5
+ namespace: argocd
6
+spec:
7
+ project: default
8
+ source:
9
+ repoURL: https://github.com/junchil/eks-cluster.git
10
+ targetRevision: main
11
+ path: infra/helm/eksapp
12
+ destination:
13
+ server: https://kubernetes.default.svc
14
+ namespace: default
15
+ syncPolicy:
16
+ automated:
17
+ prune: true
18
+ selfHeal: true
infra/helm/eksapp/values.yaml
@@ -13,7 +13,7 @@ pythonApp:
repository: 675617749633.dkr.ecr.ap-southeast-2.amazonaws.com/eks-cluster/python-app
tag: latest
pullPolicy: Always
- replicas: 10
+ replicas: 1
goprometheus:
19
image:
0 commit comments