update service type of minio to LB and remove the ingress
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user