Skip to content

Commit

Permalink
fix: port
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Mar 19, 2024
1 parent d2a046a commit 79a97d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions quoting-service/chart-handler/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HOSTNAME": "http://quoting-service-handler.local",
"LISTEN_ADDRESS": "0.0.0.0",
"PORT": {{ .Values.service.internalPort }},
"MONITORING_PORT": {{ .Values.service.internalPort }},
"PROTOCOL_VERSIONS": {{ .Values.config.protocol_versions | toPrettyJson }},
"SWITCH_ENDPOINT": "http://{{ .Release.Name }}-centralledger-service:80",
"AMOUNT": {
Expand Down
1 change: 1 addition & 0 deletions quoting-service/chart-service/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"HOSTNAME": "http://quoting-service.local",
"LISTEN_ADDRESS": "0.0.0.0",
"PORT": {{ .Values.service.internalPort }},
"MONITORING_PORT": {{ .Values.service.internalPort }},
"PROTOCOL_VERSIONS": {{ .Values.config.protocol_versions | toPrettyJson }},
"SWITCH_ENDPOINT": "http://{{ .Release.Name }}-centralledger-service:80",
"AMOUNT": {
Expand Down

0 comments on commit 79a97d4

Please sign in to comment.