Files
nova/ctrl/k8s/kind-config.yaml

12 lines
259 B
YAML

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: unt
nodes:
- role: control-plane
extraPortMappings:
# UI — entry point for the app
- containerPort: 30040
hostPort: 8040
listenAddress: "0.0.0.0"
protocol: TCP