From b51e15d8e5ab609a5e40c46d2d677958b4fc240d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 10 Sep 2024 00:14:48 +0200 Subject: [PATCH] Repast content values-tenant.yaml 10 --- minio/values-tenant.yaml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/minio/values-tenant.yaml b/minio/values-tenant.yaml index d40089a..7a994b3 100644 --- a/minio/values-tenant.yaml +++ b/minio/values-tenant.yaml @@ -444,25 +444,25 @@ tenant: # Configures `Ingress `__ for the Tenant S3 API and Console. # # Set the keys to conform to the Ingress controller and configuration of your choice. -ingress: - api: - enabled: false - ingressClassName: "" - labels: { } - annotations: { } - tls: [ ] - host: minio.local - path: / - pathType: Prefix - console: - enabled: false - ingressClassName: "" - labels: { } - annotations: { } - tls: [ ] - host: minio-console.local - path: / - pathType: Prefix +# ingress: +# api: +# enabled: false +# ingressClassName: "" +# labels: { } +# annotations: { } +# tls: [ ] +# host: minio.local +# path: / +# pathType: Prefix +# console: +# enabled: false +# ingressClassName: "" +# labels: { } +# annotations: { } +# tls: [ ] +# host: minio-console.local +# path: / +# pathType: Prefix # Use an extraResources template section to include additional Kubernetes resources # with the Helm deployment. #extraResources: