17 lines
432 B
YAML
17 lines
432 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
name: szymicluster
|
|
nodes:
|
|
- role: control-plane
|
|
extraPortMappings:
|
|
- containerPort: 80
|
|
hostPort: 80
|
|
- containerPort: 443
|
|
hostPort: 443
|
|
- containerPort: 2222
|
|
hostPort: 2222
|
|
extraMounts:
|
|
- hostPath: /media/ssd
|
|
containerPath: /media/ssd
|
|
- hostPath: /var/run/docker.sock
|
|
containerPath: /var/run/docker.sock
|