khuedoan-homelab/bootstrap/kind.yaml
2021-07-20 22:15:41 +07:00

15 lines
259 B
YAML

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: bootstrap-cluster
nodes:
- role: control-plane
extraPortMappings:
# TFTP
- containerPort: 69
hostPort: 69
protocol: UDP
# HTTP
- containerPort: 8081
hostPort: 8081
protocol: TCP