From 876dd3d5e6e2d399984846c5bffd092b9e49ea8a Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Wed, 26 Jun 2024 12:16:56 -0400 Subject: [PATCH] Update docs/notes/v6.0.0.md Co-authored-by: Andrea Longo --- docs/notes/v6.0.0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/notes/v6.0.0.md b/docs/notes/v6.0.0.md index b15ea2cbe11..b57f6b5b7f5 100644 --- a/docs/notes/v6.0.0.md +++ b/docs/notes/v6.0.0.md @@ -140,8 +140,7 @@ TODO ### Headless service port name is now renamed based on TLS settings -Headless service now changes port name from `http-minio` to `https-minio` when TLS is enabled, be aware to configure Ingres -or any other resources that reference the port name accordingly. +If TLS is enabled, the Headless service port name is now `https-minio` instead of `http-minio`. Be sure to update your Ingress configuration or other resources that reference the port name. When `.spec.requestAutocert` is `false` and `.spec.externalCertSecret` is empty, then no TLS encryption in transit (https) is enabled for the tenant, and the 3 services created in the namespace have a prefix `http-` service port: