From a79353bb8ea67263120415f7899557f7ebfe0a2a Mon Sep 17 00:00:00 2001 From: maany Date: Thu, 21 Mar 2024 16:11:06 +0100 Subject: [PATCH] ui: improve documentation on use of service.useSSL --- charts/rucio-ui/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/rucio-ui/values.yaml b/charts/rucio-ui/values.yaml index 0a8b6756..1cb0788c 100644 --- a/charts/rucio-ui/values.yaml +++ b/charts/rucio-ui/values.yaml @@ -11,7 +11,8 @@ useDeprecatedImplicitSecrets: true exposeErrorLogs: true service: - # Run the webui server on port 443 instead of 80 and accept X509 certificates and proxies + # Enable useSSL and run the webui server on port 443 instead of 80 in order to + # accept X509 certificates and proxies for authentication useSSL: false # Type of service to create, supports NodePort, LoadBalancer, and ClusterIP type: ClusterIP