Skip to content

Commit

Permalink
Fixed global hostname changes in latest helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Jan 3, 2024
1 parent e0acecb commit af55633
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion charts/g2p-cash-transfer-bridge/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
replicaCount: 1
global:
hostname: gctb.openg2p.sandbox.net

replicaCount: 1
image:
repository: openg2p/g2p-cash-transfer-bridge
pullPolicy: Always
Expand Down
3 changes: 2 additions & 1 deletion charts/social-payments-account-registry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
replicaCount: 1
global:
hostname: spar.openg2p.sandbox.net

replicaCount: 1
image:
repository: openg2p/social-payments-account-registry
pullPolicy: Always
Expand Down
4 changes: 3 additions & 1 deletion charts/spar-self-service-ui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
global:
hostname: spar.openg2p.sandbox.net

replicaCount: 1
host: spar.openg2p.sandbox.net
image:
repository: openg2p/spar-self-service-ui
pullPolicy: Always
Expand Down
6 changes: 4 additions & 2 deletions charts/sunbird-rc-core/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
global:
hostname: openg2p.sandbox.net

replicaCount: 1
host: openg2p.sandbox.net
image:
repository: ghcr.io/sunbird-rc/sunbird-rc-core
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -146,4 +148,4 @@ elasticsearch:
coordinating:
replicaCount: 0
ingest:
replicaCount: 0
replicaCount: 0
4 changes: 3 additions & 1 deletion charts/sunbird-rc-g2p-mapper-registry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# TODO: Create helm chart for mapper ui and callback service

global:
hostname: mapper.openg2p.sandbox.net

replicaCount: 1
host: mapper.openg2p.sandbox.net
image:
repository: openg2p/sunbird-rc-g2p-mapper-registry
pullPolicy: Always
Expand Down

0 comments on commit af55633

Please sign in to comment.