This repository contains a Helm chart for Open Zaak.
View the detailed installation instructions and configuration here:
Add the Helm repository, update it, get example values files.
helm repo add fundaments-open-zaak https://fundaments.github.io/open-zaak-charts/
helm repo update fundaments-open-zaak
wget https://raw.githubusercontent.com/fundaments/open-zaak-charts/main/examples/openzaak_values.yaml
wget https://raw.githubusercontent.com/fundaments/open-zaak-charts/main/examples/notificaties_values.yaml
Update the values files with your own values.
You may need to add ingress.className
.
Install the charts:
helm install --debug --wait --namespace open-notificaties --create-namespace --values notificaties_values.yaml open-notificaties fundaments-open-zaak/open-notificaties
helm install --debug --wait --namespace open-zaak --create-namespace --values openzaak_values.yaml open-zaak fundaments-open-zaak/open-zaak
Check if the configuration is correct:
Check if you can login to the admin interface (username: admin
, password from values files):
helm uninstall --namespace open-zaak open-zaak
kubectl delete --namespace=open-zaak pvc -l app.kubernetes.io/instance=open-zaak
kubectl delete namespace open-zaak
helm uninstall --namespace open-notificaties open-notificaties
kubectl delete --namespace=open-notificaties pvc -l app.kubernetes.io/instance=open-notificaties
kubectl delete namespace open-notificaties