Skip to content

Commit

Permalink
creating selco-dev cluster and updated namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov committed Apr 18, 2024
1 parent a220641 commit 336aa36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env: |
- name: JAVA_OPTS
value: {{ index .Values "heap" | quote }}
- name: SPRING_REDIS_HOST
value: redis.backbone
value: redis.backbone-dev
- name: SPRING_REDIS_PORT
value: "6379"
- name: JAEGER_SAMPLER_PARAM
Expand Down
2 changes: 1 addition & 1 deletion deploy-as-code/charts/core-services/egov-user/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env: |
- name: SERVER_PORT
value: "8080"
- name: SPRING_REDIS_HOST
value: redis.backbone
value: redis.backbone-dev
- name: SPRING_REDIS_PORT
value: "6379"
- name: EGOV_OTP_HOST
Expand Down
4 changes: 2 additions & 2 deletions deploy-as-code/charts/core-services/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ env: |
name: egov-service-host
key: home-isolation-chatbot
{{- end }}
- name: SPRING_REDIS_HOST
value: "redis.backbone"
- name: SPRING_DATA_REDIS_HOST
value: "redis.backbone-dev"

0 comments on commit 336aa36

Please sign in to comment.