Files
lunarfront-charts/customers/music.yaml
2026-04-04 02:31:52 +00:00

25 lines
537 B
YAML

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.1.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