scaffold: kind+Tilt cluster, api/ui/docs stubs, green at nvi.local.ar
This commit is contained in:
18
ctrl/k8s/kind-config.yaml
Normal file
18
ctrl/k8s/kind-config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user