Merge pull request #794 from 3dwardch3ng/misc

update service type of minio to LB and remove the ingress
This commit is contained in:
2024-08-13 20:27:22 +10:00
committed by GitHub

View File

@@ -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: