diff --git a/customers/tvs.yaml b/customers/tvs.yaml new file mode 100644 index 0000000..31e74ce --- /dev/null +++ b/customers/tvs.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: customer-tvs + namespace: argocd +spec: + project: default + source: + repoURL: registry.digitalocean.com/lunarfront + chart: lunarfront + targetRevision: "0.1.63" + helm: + parameters: + - name: ingress.host + value: tvs.lunarfront.tech + destination: + server: https://kubernetes.default.svc + namespace: customer-tvs + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true