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