mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Expose TFTP and HTTP port in KinD cluster
This commit is contained in:
parent
0daddea98c
commit
a0e70dd0a2
@ -1,6 +1,14 @@
|
|||||||
kind: Cluster
|
kind: Cluster
|
||||||
apiVersion: kind.x-k8s.io/v1alpha4
|
apiVersion: kind.x-k8s.io/v1alpha4
|
||||||
name: sidero-bootstrap-cluster
|
name: bootstrap-cluster
|
||||||
nodes:
|
nodes:
|
||||||
- role: control-plane
|
- role: control-plane
|
||||||
- role: worker
|
extraPortMappings:
|
||||||
|
# TFTP
|
||||||
|
- containerPort: 69
|
||||||
|
hostPort: 69
|
||||||
|
protocol: UDP
|
||||||
|
# HTTP
|
||||||
|
- containerPort: 8081
|
||||||
|
hostPort: 8081
|
||||||
|
protocol: TCP
|
||||||
|
Loading…
Reference in New Issue
Block a user