Skip to content

Commit

Permalink
Updated the boundary service to point old mdms service in unified-uat (
Browse files Browse the repository at this point in the history
…#2154)

* updated the hostname in boundary service to point to old mdms

* Update values.yaml

* Update unified-uat.yaml

* Update values.yaml
  • Loading branch information
jagankumar-egov committed Nov 30, 2023
1 parent 2984599 commit 1a63473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ env: |
valueFrom:
configMapKeyRef:
name: egov-service-host
key: egov-mdms-service
key: {{ .Values.mdmsHost | default "egov-mdms-service" }}
- name: EGOV_SERVICES_EGOV_MDMS_SEARCHPATH
value: {{ .Values.mdmsSearchPath | default "egov-mdms-service/v1/_search" }}
{{- if index .Values "gmaps" }}
- name: GMAPS_API_KEY
valueFrom:
Expand Down
3 changes: 3 additions & 0 deletions deploy-as-code/helm/environments/unified-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ report:
branch: "UNIFIED-UAT" ##### Change repo branch with Your fork Repo branch
report-locationsfile-path: "file:///work-dir/configs/health/reports/reportFileLocationsv1.txt"

egov-location:
mdmsHost: "egov-mdms-service-legacy"
mdmsSearchPath: "egov-mdms-service-legacy/v1/_search"

egov-localization:
replicas: 1
Expand Down

0 comments on commit 1a63473

Please sign in to comment.