Skip to content

Commit 469e34d

Browse files
committed
mention k8s native ssl termination
1 parent a3cde30 commit 469e34d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ st2web:
295295
affinity: {}
296296
env: {}
297297
# HTTP_PROXY: http://proxy:1234
298-
## Advanced: To configure st2web to serve HTTPS (port 443) instead of HTTP (port 80)
298+
## 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,
299301
## provide ssl certs via extra_volumes, and add the ST2WEB_HTTPS env var here:
300302
# ST2WEB_HTTPS: 1
301303
serviceAccount:

0 commit comments

Comments
 (0)