refactor storage minio for k8s
This commit is contained in:
12
ctrl/k8s/kind-config.yaml.tpl
Normal file
12
ctrl/k8s/kind-config.yaml.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: mpr
|
||||
nodes:
|
||||
- role: control-plane
|
||||
extraPortMappings:
|
||||
- containerPort: 30080
|
||||
hostPort: 80
|
||||
protocol: TCP
|
||||
extraMounts:
|
||||
- hostPath: ${MEDIA_HOST_PATH}
|
||||
containerPath: /mnt/media
|
||||
Reference in New Issue
Block a user