mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
15 lines
259 B
YAML
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
|