From a8b2ead98e22982359acbe2d562d4f22c27fc9dc Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 14 Apr 2023 20:20:34 -0400 Subject: [PATCH] Change minio mount --- cluster/apps/database/minio/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/database/minio/helm-release.yaml b/cluster/apps/database/minio/helm-release.yaml index 9fb66cf..0cfd55a 100644 --- a/cluster/apps/database/minio/helm-release.yaml +++ b/cluster/apps/database/minio/helm-release.yaml @@ -72,7 +72,7 @@ spec: - hosts: - *console-host secretName: wildcard-main-tls - + s3: enabled: true annotations: @@ -100,7 +100,7 @@ spec: storage: enabled: true type: hostPath - hostPath: /mnt/MainPool/Kubernetes/minio + hostPath: /mnt/MainPool/Kubernetes/databases/minio mountPath: /data resources: