feat: provision customer music
This commit is contained in:
24
customers/music.yaml
Normal file
24
customers/music.yaml
Normal file
@@ -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: "latest"
|
||||
helm:
|
||||
parameters:
|
||||
- name: ingress.host
|
||||
value: music.lunarfront.app
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: customer-music
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user