[#702] gitops skeleton: infrastructure + apps kustomizations (empty, valid)
ci / audit (push) Successful in 44s

https://projects.knownelement.com/issues/702
This commit is contained in:
2026-09-05 14:06:20 -05:00
parent 78dfdc1972
commit 55601e72ee
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# clusters/pfv-k8s — flux gitops root (ADR-0001, #702)
flux-system/ = flux controllers (managed by `flux bootstrap` — do not edit).
infrastructure/ = platform services. apps/ = tenant workloads (ADR-0001
tenant classes; Rancher owns RBAC/multi-tenancy at #700).
+4
View File
@@ -0,0 +1,4 @@
# apps: tenant workloads per ADR-0001 tenant classes. Empty until #700 lands.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
@@ -0,0 +1,5 @@
# infrastructure: cluster platform services (ingress, cert-manager via ACME
# endpoint #800, storage, monitoring relays). Populated per ADR-0001/#702.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []