Skip to content

Commit e5be269

Browse files
authored
Merge pull request #43 from trstruth/patch-1
Add link to st2web configuration
2 parents 77195fb + 0fa4dfa commit e5be269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ kubectl exec -it ${ST2CLIENT} /bin/bash
6666
### [st2web](https://docs.stackstorm.com/latest/reference/ha.html#nginx-and-load-balancing)
6767
st2web is a StackStorm Web UI admin dashboard. By default, st2web K8s config includes a Pod Deployment and a Service.
6868
`2` replicas (configurable) of st2web serve the web app and proxy requests to st2auth, st2api, st2stream.
69-
> **Note!** K8s Service uses only NodePort at the moment, so installing this chart will not provision a K8s resource of type LoadBalancer or Ingress (TODO!).
70-
Depending on your Kubernetes cluster setup you may need to add additional configuration to access the Web UI service or expose it to public net.
69+
> **Note!** By default, st2web is a NodePort Service and is not exposed to the public net.
70+
If your Kubernetes cluster setup supports the LoadBalancer service type, you can edit the corresponding helm values to configure st2web as a LoadBalancer service in order to expose it and the services it proxies to the public net.
7171

7272
### [st2auth](https://docs.stackstorm.com/reference/ha.html#st2auth)
7373
All authentication is managed by `st2auth` service.

0 commit comments

Comments
 (0)