Skip to content

Commit

Permalink
Merge pull request #3 from pramod444/develop
Browse files Browse the repository at this point in the history
[G2P-2999] Updated push_trigger.yml file for openg2p-landing service.
  • Loading branch information
pjoshi751 authored Dec 20, 2024
2 parents ca64039 + 3c12c9f commit cf908df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions charts/landing/questions.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
questions:

- variable: hostname
description: Hostname for the environment, e.g. explore.openg2p.org
type: string
label: Hostname
group: Settings
group: General Settings

- variable: envVars.SR_URL
description: URL for Social Registry, e.g https://socialregistry.explore.openg2p.org
type: string
label: Social Registry Hostname
group: Settings
group: General Settings

- variable: envVars.PBMS_URL
description: URL for PBMS
type: string
label: PBMS Hostname
group: Settings
group: General Settings

- variable: envVars.SPAR_URL
description: URL for SPAR
type: string
label: SPAR Hostname
group: Settings
group: General Settings

- variable: envVars.BRIDGE_URL
description: URL for G2P Bridge
type: string
label: G2P Bridge Hostname
group: Settings
group: General Settings

10 changes: 5 additions & 5 deletions charts/landing/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hostname: devops.openg2p.org
hostname: sandbox.openg2p.org

replicaCount: 1

Expand All @@ -12,10 +12,10 @@ nameOverride: ""
fullnameOverride: ""

envVars:
SR_URL: "https://socialregistry.devops.openg2p.org"
PBMS_URL: "https://pbms.explore.openg2p.org"
SPAR_URL: "https://spar.explore.openg2p.org"
BRIDGE_URL: "https://bridge.explore.openg2p.org"
SR_URL: "https://socialregistry.sandbox.openg2p.org"
PBMS_URL: "https://pbms.sandbox.openg2p.org"
SPAR_URL: "https://spar.sandbox.openg2p.org"
BRIDGE_URL: "https://bridge.sandbox.openg2p.org"

envVarsFrom: {}

Expand Down

0 comments on commit cf908df

Please sign in to comment.