Skip to content

Commit

Permalink
fix: correct endpoint for wss in deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Nov 22, 2023
1 parent da018b5 commit 78b5768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/charts/mediator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
- name: MONGODB_DB_NAME
value: "mediator"
- name: SERVICE_ENDPOINTS
value: "https://{{ index .Values.ingress.applicationUrls 0 }};https://{{ index .Values.ingress.applicationUrls 0 }}/ws"
value: "https://{{ index .Values.ingress.applicationUrls 0 }};wss://{{ index .Values.ingress.applicationUrls 0 }}/ws"

0 comments on commit 78b5768

Please sign in to comment.