phase cv 0

This commit is contained in:
2026-03-26 22:22:35 -03:00
parent beb0416280
commit 65814b5b9e
46 changed files with 2962 additions and 268 deletions

View File

@@ -4,6 +4,10 @@
allow_k8s_contexts('kind-mpr')
# Create namespace first — kustomize includes it but Tilt may apply
# all resources in parallel, causing "namespace not found" races
local('kubectl create namespace mpr --dry-run=client -o yaml | kubectl apply -f -')
# Apply k8s manifests via kustomize (dev overlay)
k8s_yaml(kustomize('k8s/overlays/dev'))