feat(paas): create tenant t1 (small)
This commit is contained in:
parent
65c96c43d6
commit
3058bf59c0
25
argocd-apps/tenant-t1.yaml
Normal file
25
argocd-apps/tenant-t1.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
labels:
|
||||
paas: 'true'
|
||||
tenant: t1
|
||||
name: tenant-t1
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../environments/tenants/t1.yaml
|
||||
path: charts/tenant-namespace
|
||||
repoURL: http://10.10.10.1:3000/claude/k8s-apps.git
|
||||
targetRevision: main
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Loading…
x
Reference in New Issue
Block a user