21 lines
487 B
Smarty
21 lines
487 B
Smarty
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
name: mpr
|
|
nodes:
|
|
- role: control-plane
|
|
extraPortMappings:
|
|
- containerPort: 30080
|
|
hostPort: 80
|
|
protocol: TCP
|
|
- containerPort: 30379
|
|
hostPort: 6379
|
|
listenAddress: "0.0.0.0"
|
|
protocol: TCP
|
|
- containerPort: 30432
|
|
hostPort: 5432
|
|
listenAddress: "0.0.0.0"
|
|
protocol: TCP
|
|
extraMounts:
|
|
- hostPath: ${MEDIA_HOST_PATH}
|
|
containerPath: /mnt/media
|