From 467acbacd7fe888f5befd1ae452c85165d102ba0 Mon Sep 17 00:00:00 2001 From: lunarfront-manager Date: Sun, 5 Apr 2026 14:39:32 +0000 Subject: [PATCH] feat: provision customer tvs --- customers/tvs.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 customers/tvs.yaml 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