feat: initial Helm chart scaffold for lunarfront per-customer deployments
This commit is contained in:
23
argocd/app-template.yaml
Normal file
23
argocd/app-template.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: lunarfront-CUSTOMER
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
||||
targetRevision: main
|
||||
path: charts/lunarfront
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../customers/CUSTOMER/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: CUSTOMER
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user