Skip to content

Commit

Permalink
Merge pull request #22 from shivamg9/main
Browse files Browse the repository at this point in the history
Changed Hostname for beneficiary portal
  • Loading branch information
shibu-narayanan authored May 8, 2024
2 parents fd299f2 + 40fda70 commit 4e12687
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion kubernetes/openg2p-selfservice-portal/install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/usr/bin/env bash

export SANDBOX_HOSTNAME=${SANDBOX_HOSTNAME:-openg2p.sandbox.net}
export OPENG2P_SELFSERVICE_HOSTNAME=${OPENG2P_SELFSERVICE_HOSTNAME:-selfservice.$SANDBOX_HOSTNAME}
export OPENG2P_SELFSERVICE_HOSTNAME=${OPENG2P_SELFSERVICE_HOSTNAME:-beneficiary.$SANDBOX_HOSTNAME}

NS=openg2p

helm repo add openg2p https://openg2p.github.io/openg2p-helm
helm repo update

echo Create $NS namespace
kubectl create ns $NS

Expand Down
3 changes: 2 additions & 1 deletion kubernetes/openg2p/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export SANDBOX_HOSTNAME=${SANDBOX_HOSTNAME:-openg2p.sandbox.net}
export OPENG2P_MAILNAME=${OPENG2P_MAILNAME:-$SANDBOX_HOSTNAME}
export OPENG2P_HOSTNAME=${OPENG2P_HOSTNAME:-$SANDBOX_HOSTNAME}
export OPENG2P_SELFSERVICE_HOSTNAME=${OPENG2P_SELFSERVICE_HOSTNAME:-selfservice.$SANDBOX_HOSTNAME}
export OPENG2P_SERVICEPROV_HOSTNAME=${OPENG2P_SERVICEPROV_HOSTNAME:-serviceprovider.$SANDBOX_HOSTNAME}

NS=openg2p
Expand All @@ -20,7 +21,7 @@ helm -n $NS install openg2p openg2p/openg2p \
--version ${VERSION} \
--set global.hostname=$OPENG2P_HOSTNAME \
--set global.mailName=$OPENG2P_MAILNAME \
--set selfServiceIngress.enabled=false \
--set global.selfServiceHostname=$OPENG2P_SELFSERVICE_HOSTNAME \
--set global.serviceProviderHostname=$OPENG2P_SERVICEPROV_HOSTNAME \
--set odoo.image.repository=${OPENG2P_ODOO_IMAGE_REPO:-openg2p/openg2p-odoo-package} \
--set odoo.image.tag=${OPENG2P_ODOO_IMAGE_TAG:-15.0-develop} \
Expand Down

0 comments on commit 4e12687

Please sign in to comment.