Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed context path from health-mdms-v2 to egov-mdms-service #2148

Merged
merged 3 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ingress:
namespace: egov
enabled: true
zuul: true
context: "health-mdms-v2"
context: "egov-mdms-service"

initContainers:
dbMigration:
Expand All @@ -25,8 +25,8 @@ image:
replicas: "1"
healthChecks:
enabled: true
livenessProbePath: "/health-mdms-v2/health"
readinessProbePath: "/health-mdms-v2/health"
livenessProbePath: "/egov-mdms-service/health"
readinessProbePath: "/egov-mdms-service/health"

appType: "java-spring"
tracing-enabled: true
Expand All @@ -39,9 +39,9 @@ egov-mdms-data-save-topic: "save-mdms-data"
# Additional Container Envs
env: |
- name: SERVER_CONTEXT_PATH
value: /health-mdms-v2
value: /egov-mdms-service
- name: SERVER_SERVLET_CONTEXT_PATH
value: /health-mdms-v2
value: /egov-mdms-service
- name: SPRING_KAFKA_CONSUMER_GROUP_ID
value: egov-mdms-service-consumer-group
- name: SPRING_KAFKA_PRODUCER_KEY_SERIALIZER
Expand Down
2 changes: 1 addition & 1 deletion deploy-as-code/helm/environments/unified-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cluster-configs:
egov-idgen: "http://egov-idgen.egov:8080/"
egov-otp: "http://egov-otp.egov:8080/"
egov-common-workflows: "http://egov-common-workflows:8080/"
egov-mdms-service: "http://egov-mdms-service.egov:8080/"
egov-mdms-service: "http://health-mdms-v2.health:8080/"
egov-mdms-service-legacy: "http://egov-mdms-service-legacy.health:8080/"
egov-mdms-service-test: "http://egov-mdms-service-test:8080/"
egov-mdms-create: "http://egov-mdms-create:8080/"
Expand Down