update service type of minio to LB and remove the ingress

This commit is contained in:
2024-08-13 20:27:04 +10:00
parent 17ea544346
commit 8e9bd6655d

View File

@@ -9,18 +9,17 @@ auth:
nodeSelector: nodeSelector:
kubernetes.io/hostname: k3s-cluster-node-2 kubernetes.io/hostname: k3s-cluster-node-2
service: service:
type: LoadBalancer
ports: ports:
api: 19000 api: 19000
console: 19001 console: 19001
ingress: ingress:
enabled: true
ingressClassName: "nginx" ingressClassName: "nginx"
hostname: "minio.cluster.edward.sydney" hostname: "minio.cluster.edward.sydney"
extraHosts: extraHosts:
- name: "minio.cluster.local" - name: "minio.cluster.local"
path: "/" path: "/"
apiIngress: apiIngress:
enabled: true
ingressClassName: "nginx" ingressClassName: "nginx"
hostname: "api.minio.cluster.edward.sydney" hostname: "api.minio.cluster.edward.sydney"
persistence: persistence: