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:
@@ -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
|
||||
Reference in New Issue
Block a user