Skip to content

Commit

Permalink
ui: improve documentation on use of service.useSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 21, 2024
1 parent 1d25206 commit a79353b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/rucio-ui/values.yaml
Expand Up @@ -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

Check failure on line 14 in charts/rucio-ui/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

14:81 [trailing-spaces] trailing spaces
# accept X509 certificates and proxies for authentication
useSSL: false
# Type of service to create, supports NodePort, LoadBalancer, and ClusterIP
type: ClusterIP
Expand Down

0 comments on commit a79353b

Please sign in to comment.