Skip to content

Commit de9e032

Browse files
committed
update argocd
1 parent 1f8e304 commit de9e032

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pythonApp:
1313
repository: 675617749633.dkr.ecr.ap-southeast-2.amazonaws.com/eks-cluster/python-app
1414
tag: latest
1515
pullPolicy: Always
16-
replicas: 10
16+
replicas: 1
1717

1818
goprometheus:
1919
image:

0 commit comments

Comments
 (0)