From 8e9bd6655d7e64159b033d01c1e4151754444492 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 13 Aug 2024 20:27:04 +1000 Subject: [PATCH] update service type of minio to LB and remove the ingress --- infrastructures/minio/env/k3s-cluster/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructures/minio/env/k3s-cluster/values.yaml b/infrastructures/minio/env/k3s-cluster/values.yaml index f4a5634..8022459 100644 --- a/infrastructures/minio/env/k3s-cluster/values.yaml +++ b/infrastructures/minio/env/k3s-cluster/values.yaml @@ -9,18 +9,17 @@ auth: nodeSelector: kubernetes.io/hostname: k3s-cluster-node-2 service: + type: LoadBalancer ports: api: 19000 console: 19001 ingress: - enabled: true ingressClassName: "nginx" hostname: "minio.cluster.edward.sydney" extraHosts: - name: "minio.cluster.local" path: "/" apiIngress: - enabled: true ingressClassName: "nginx" hostname: "api.minio.cluster.edward.sydney" persistence: