From eb6a02b798f09e8fd266277509fe43d0b6bee9e1 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 23 Feb 2024 22:24:22 +0800 Subject: [PATCH] clusters/k3s-local/kustomization.yaml: debug minio --- apps/minio/release.yaml | 6 +++--- clusters/k3s-local/kustomization.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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/