From bf4f867420d21dcfc1aa475ce0d91f7aa3657e6d Mon Sep 17 00:00:00 2001 From: lunarfront-manager Date: Sat, 4 Apr 2026 01:45:20 +0000 Subject: [PATCH] feat: provision customer music --- customers/music.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 customers/music.yaml diff --git a/customers/music.yaml b/customers/music.yaml new file mode 100644 index 0000000..2e35788 --- /dev/null +++ b/customers/music.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: customer-music + namespace: argocd +spec: + project: default + source: + repoURL: registry.digitalocean.com/lunarfront + chart: lunarfront + targetRevision: ">=0.0.1" + helm: + parameters: + - name: ingress.host + value: music.lunarfront.tech + destination: + server: https://kubernetes.default.svc + namespace: customer-music + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true