Skip to content

Commit

Permalink
feat: add Helm chart for Core Janssen Distro (#753)
Browse files Browse the repository at this point in the history
* feat: add helm chart

* feat: update descriptions and icons

* feat: release first package
  • Loading branch information
moabu committed Feb 3, 2022
1 parent 0e865fb commit edb35d7
Show file tree
Hide file tree
Showing 115 changed files with 11,759 additions and 381 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/update_helm_chart.yml

This file was deleted.

75 changes: 0 additions & 75 deletions automation/analyze_chart.py

This file was deleted.

85 changes: 0 additions & 85 deletions automation/helpers.py

This file was deleted.

35 changes: 0 additions & 35 deletions automation/prepare_chart.sh

This file was deleted.

5 changes: 2 additions & 3 deletions automation/startjanssendemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ global:
# -- Nginx ingress definitions chart
nginx-ingress:
ingress:
adminUiEnabled: false
openidConfigEnabled: true
uma2ConfigEnabled: true
webfingerEnabled: true
Expand All @@ -90,9 +89,9 @@ nginx-ingress:
hosts:
- $JANS_FQDN
EOF
sudo helm repo add jans https://gluufederation.github.io/flex/flex-cn-setup/pygluu/kubernetes/templates/helm
sudo helm repo add janssen https://https://janssenproject.github.io/jans/charts
sudo helm repo update
sudo helm install jans jans/gluu -n jans --version=5.0.2 -f override.yaml --kubeconfig="$KUBECONFIG"
sudo helm install janssen janssen/janssen -n jans -f override.yaml --kubeconfig="$KUBECONFIG"
echo "Waiting for auth-server to come up. This may take 5-10 mins....Please do not cancel out...This will wait for the auth-server to be ready.."
sleep 120
cat << EOF > testendpoints.sh
Expand Down
Loading

0 comments on commit edb35d7

Please sign in to comment.