feat: provision customer tvs

This commit is contained in:
lunarfront-manager
2026-04-05 14:39:32 +00:00
parent 7d859ab6d2
commit 467acbacd7

24
customers/tvs.yaml Normal file
View File

@@ -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