You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
st2web is a StackStorm Web UI admin dashboard. By default, st2web K8s config includes a Pod Deployment and a Service.
68
68
`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.
0 commit comments