kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
extraPortMappings:
- containerPort: 32432
hostPort: 5432
listenAddress: "127.0.0.1"
protocol: TCP
# Uncomment to access Traefik debugging endpoints
#
# - containerPort: 32431
# hostPort: 9000
# listenAddress: "127.0.0.1"
# protocol: TCP
# - containerPort: 32430
# hostPort: 8080
# listenAddress: "127.0.0.1"
# protocol: TCP