diff --git a/argocd/customers-app.yaml b/argocd/customers-app.yaml new file mode 100644 index 0000000..e8c93c1 --- /dev/null +++ b/argocd/customers-app.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: customers + namespace: argocd +spec: + project: default + source: + repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git + targetRevision: main + path: customers + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true