From 0dfc10ceb6c53a857e204ca8917c844b5a832e2e Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 11:40:20 +0200 Subject: [PATCH] Remove operator ingress --- minio/values-operator.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/minio/values-operator.yaml b/minio/values-operator.yaml index f544c95..bb268e4 100644 --- a/minio/values-operator.yaml +++ b/minio/values-operator.yaml @@ -278,22 +278,22 @@ console: # Configures `Ingress `__ for the Operator Console. # # Set the keys to conform to the Ingress controller and configuration of your choice. - ingress: - enabled: true - ingressClassName: nginx - labels: { } - annotations: - cert-manager.io/cluster-issuer: prod-cluster-issuer - # nginx.ingress.kubernetes.io/ssl-passthrough: "true" - nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" - tls: - # TLS secretName used on ClusterIssuer - - secretName: letsencrypt-prod - hosts: - - minio-console.hensen.io - host: minio-console.hensen.io - path: / - pathType: Prefix + # ingress: + # enabled: true + # ingressClassName: nginx + # labels: { } + # annotations: + # cert-manager.io/cluster-issuer: prod-cluster-issuer + # # nginx.ingress.kubernetes.io/ssl-passthrough: "true" + # nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + # tls: + # # TLS secretName used on ClusterIssuer + # - secretName: letsencrypt-prod + # hosts: + # - minio-console.hensen.io + # host: minio-console.hensen.io + # path: / + # pathType: Prefix ### # An array of `Volumes `__ which the Operator Console can mount to pods. #