Skip to content

Commit

Permalink
Merge pull request #579 from PasanT9/websocket-endpoint-fix-2
Browse files Browse the repository at this point in the history
Fix Websocket endpoint
  • Loading branch information
PasanT9 authored Mar 22, 2023
2 parents 686110e + 64d5b0b commit 2e0f511
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ data:
service_url = "https://localhost:${mgt.transport.https.port}/services/"
username= "${admin.username}"
password= "${admin.password}"
ws_endpoint = "ws://localhost:9099"
wss_endpoint = "wss://localhost:8099"
ws_endpoint = "ws://{{ .Values.wso2.deployment.am.ingress.websocket.hostname }}"
wss_endpoint = "wss://{{ .Values.wso2.deployment.am.ingress.websocket.hostname }}"
http_endpoint = "http://{{ .Values.wso2.deployment.am.ingress.gateway.hostname }}"
https_endpoint = "https://{{ .Values.wso2.deployment.am.ingress.gateway.hostname }}"
websub_event_receiver_http_endpoint = "http://{{ .Values.wso2.deployment.am.ingress.websub.hostname }}"
Expand Down

0 comments on commit 2e0f511

Please sign in to comment.