feat(infra): add Kustomization entry point for Flux deployment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 10:34:10 -04:00
parent 35827a7043
commit cc86f9f88e
+9
View File
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Shared infrastructure (namespace, Temporal, PVCs)
- ../apps/cli/infra/k8s/namespace.yaml
- ../apps/cli/infra/k8s/temporal.yaml
- ../apps/cli/infra/k8s/workspaces-pvc.yaml
# API server
- ../apps/api/infra/base