39 lines
799 B
YAML
39 lines
799 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
name: unbound
|
|
nodes:
|
|
- role: control-plane
|
|
kubeadmConfigPatches:
|
|
- |
|
|
kind: InitConfiguration
|
|
nodeRegistration:
|
|
kubeletExtraArgs:
|
|
node-labels: "ingress-ready=true"
|
|
- |
|
|
kind: ClusterConfiguration
|
|
apiServer:
|
|
extraArgs:
|
|
service-node-port-range: 3000-39999
|
|
extraPortMappings:
|
|
- containerPort: 80
|
|
hostPort: 80
|
|
protocol: TCP
|
|
- containerPort: 443
|
|
hostPort: 443
|
|
protocol: TCP
|
|
- containerPort: 5672
|
|
hostPort: 5672
|
|
protocol: TCP
|
|
- containerPort: 15672
|
|
hostPort: 15672
|
|
protocol: TCP
|
|
- containerPort: 3306
|
|
hostPort: 3306
|
|
protocol: TCP
|
|
- containerPort: 5432
|
|
hostPort: 5432
|
|
protocol: TCP
|
|
extraMounts:
|
|
- hostPath: ./data
|
|
containerPath: /data
|