Skip to content

Commit

Permalink
[MOSIP-33380] added chart-lint-publish.yml file, helm and deploy scri…
Browse files Browse the repository at this point in the history
…pt in admin-services

Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade committed May 30, 2024
1 parent db4a140 commit 7e1e7e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ $# -ge 1 ] ; then
fi

NS=admin
NS_KERNEL=kernel
CHART_VERSION=12.1.0
ADMIN_UI_CHART_VERSION=12.0.1

Expand Down Expand Up @@ -43,6 +44,12 @@ function installing_admin() {
echo Installed admin services

echo "Admin portal URL: https://$ADMIN_HOST/admin-ui/"

echo Installing masterdata and allowing Admin UI to access masterdata services.
helm -n $NS_KERNEL install masterdata mosip/masterdata --set istio.corsPolicy.allowOrigins\[0\].exact=https://$ADMIN_HOST --version $CHART_VERSION

echo Installing syncdata
helm -n $NS_KERNEL install syncdata mosip/syncdata --version $CHART_VERSION
return 0
}

Expand Down

0 comments on commit 7e1e7e2

Please sign in to comment.