scaffold: kind+Tilt cluster, api/ui/docs stubs, green at nvi.local.ar

This commit is contained in:
2026-06-03 00:33:51 -03:00
commit 131f4d9b86
39 changed files with 3571 additions and 0 deletions

18
ctrl/k8s/kind-config.yaml Normal file
View File

@@ -0,0 +1,18 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: nvi
nodes:
- role: control-plane
extraPortMappings:
# In-cluster Caddy gateway. Routes by Host header:
# nvi.local.ar → ui
# api.nvi.local.ar → api
# docs.nvi.local.ar → docs
- containerPort: 30060
hostPort: 8060
listenAddress: "0.0.0.0"
protocol: TCP
extraMounts:
# Postgres data persists across cluster recreations.
- hostPath: /home/mariano/wdir/nvi/.data
containerPath: /data