khuedoan-homelab/experimental/cluster-api/ephemeral-cluster/kind.yaml
2021-08-20 19:05:19 +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