From 12290293a8a3c31e1a13be40db0a9521879d6455 Mon Sep 17 00:00:00 2001 From: lunarfront-manager Date: Sat, 4 Apr 2026 01:41:49 +0000 Subject: [PATCH] chore: deprovision customer music --- customers/music.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 customers/music.yaml diff --git a/customers/music.yaml b/customers/music.yaml deleted file mode 100644 index 467c975..0000000 --- a/customers/music.yaml +++ /dev/null @@ -1,24 +0,0 @@ -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.29" - 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