feat(paas): create tenant t1 (small)
This commit is contained in:
parent
9cb4bd2391
commit
d3a8cfe3ae
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