helm install stable/nats --namespace=myns --name=system-broker --set auth.enabled=true,auth.user=username,auth.password=passwordingress.enabled=true
monitoring.service.nodePort=8222
networkPolicy.allowExternal=true
ingress.enabled=true
To access the Monitoring svc from outside the cluster, follow the steps below:Name: system-broker-nats-monitoring
Namespace: mike
Address: 172.31.90.3
Default backend: default-http-backend:80 (<none>)
Rules:
Host Path Backends
---- ---- --------
nats-monitoring.nats.local
/nats-monitor system-broker-nats-monitoring:monitoring (<none>)
Annotations:
Events: <none>
Mike