diff --git a/apps/minio/release.yaml b/apps/minio/release.yaml index 71f7fe9..6efb93c 100644 --- a/apps/minio/release.yaml +++ b/apps/minio/release.yaml @@ -7,7 +7,7 @@ spec: interval: 1m chart: spec: - version: "0.1.13" + version: "5.0.15" chart: itsm sourceRef: kind: HelmRepository @@ -17,8 +17,8 @@ spec: values: enabled: true nameOverride: minio - mode: distributed - replicas: 4 + mode: standalone + replicas: 2 ingress: enabled: true ingressClassName: "nginx" diff --git a/clusters/k3s-local/kustomization.yaml b/clusters/k3s-local/kustomization.yaml index b40fa60..2d62c75 100644 --- a/clusters/k3s-local/kustomization.yaml +++ b/clusters/k3s-local/kustomization.yaml @@ -7,4 +7,4 @@ resources: - ../../apps/postgresql/ - ../../apps/redis/ - ../../apps/mongodb/ -# - ../../apps/minio/ + - ../../apps/minio/