Change minio mount
This commit is contained in:
parent
5228ee74a5
commit
a8b2ead98e
|
@ -72,7 +72,7 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *console-host
|
- *console-host
|
||||||
secretName: wildcard-main-tls
|
secretName: wildcard-main-tls
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -100,7 +100,7 @@ spec:
|
||||||
storage:
|
storage:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Kubernetes/minio
|
hostPath: /mnt/MainPool/Kubernetes/databases/minio
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue