File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,10 @@ cluster. The Account Server will be able to manage event streams via the URL
9898` http://ess-ws-api:8081/event-stream/ ` .
9999
100100The external web-socket service will be available on the ingress host you've specified,
101- as either a ` ws:// ` or ` wss:// ` service, depending on the ingress configuration. If
102- the host is ` example.com ` you should be able to connect to an unsecure web socket using
103- the URL ` ws://example.com/event-stream/{uuid} ` .
101+ as either a ` ws:// ` or ` wss:// ` service, depending on whether you have set
102+ the Ansible variable ` ess_cert_issuer ` . If the host is ` example.com ` you should be able
103+ to connect to an unsecured web socket using the URL ` ws://example.com/event-stream/{uuid} `
104+ or ` wss://example.com/event-stream/{uuid} ` for a secured connection.
104105
105106To update the running image (to deploy a new tagged version) just re-run the
106107playbook with a suitable value for ` ess_image_tag ` .
You can’t perform that action at this time.
0 commit comments