feat: add GitOps structure for kubernetes-dashboard, n8n, xslt-lab

- apps/kubernetes-dashboard: raw manifests (namespace, rbac, deployment, service, ingress)
- apps/n8n: Helm values referencing existing n8n-postgresql secret (no password in git)
- apps/xslt-lab: Helm values for xslt-playground chart
- argocd/applications: ArgoCD Application CRDs for all three apps
This commit is contained in:
2026-04-29 12:58:28 +02:00
parent 666f430509
commit 24e9a653f3
10 changed files with 276 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: kubernetes-dashboard