This repository contains the helm charts for the NL Portal application.
Find the helm configuration values here:
The generated list of published helm releases can be found here.
# Add and update the repo
helm repo add nl-portal https://nl-portal.github.io/helm-charts
helm repo update
# List available charts
helm search repo nl-portal
# Install or upgrade a chart (example: backend)
helm upgrade --install nl-portal-backend nl-portal/nl-portal-backend \
--namespace nl-portal --create-namespace \
-f your-values.yaml
# Swap the chart name above for other charts, e.g.
# nl-portal/nl-portal-frontend
# nl-portal/nl-portal-configpanel-backend
# nl-portal/nl-portal-configpanel-frontend- Moved
NLPORTAL_CONFIG_ZAKENAPI_PROPERTIES_SECRETandNLPORTAL_CONFIG_CATALOGIAPI_PROPERTIES_SECRETsecrets from ConfigMap into Secret - Infer Keycloak instance's
HTTP_RELATIVE_PATHsetting based on the Keycloak version, but allow users to overwrite it via newsettings.keycloak.httpRelativePathsetting - Added startup probe