feat(naas): create tenant t1 (small)

This commit is contained in:
claude 2026-02-24 13:25:18 +01:00
parent f35f89d0bd
commit e091267db7

View File

@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
labels:
naas: '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