We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cde30 commit 469e34dCopy full SHA for 469e34d
values.yaml
@@ -295,7 +295,9 @@ st2web:
295
affinity: {}
296
env: {}
297
# HTTP_PROXY: http://proxy:1234
298
- ## Advanced: To configure st2web to serve HTTPS (port 443) instead of HTTP (port 80)
+ ## st2web serves HTTP (port 80) so that SSL termination can be managed
299
+ ## using kubernetes-native features like LoadBalancer or Ingress Controllers.
300
+ ## To configure st2web to directly serve HTTPS (port 443) instead of HTTP,
301
## provide ssl certs via extra_volumes, and add the ST2WEB_HTTPS env var here:
302
# ST2WEB_HTTPS: 1
303
serviceAccount:
0 commit comments