Install ZaakBrug With Helm(On Kubernetes)
A list of all published ZaakBrug Helm charts is available at WeAreFrank Chart Repository. The Helm chart source code can be found on GitHub at GitHub WeAreFrank/charts. The ZaakBrug source code can be found on GitHub at GitHub WeAreFrank/ZaakBrug.
-
Ensure Helm is installed. You can find instructions on how to install Helm for your environment at Helm Installation Guide.
-
Add the WeAreFrank chart repository.
helm repo add wearefrank https://wearefrank.github.io/charts -
Retrieve the latest chart versions:
helm repo update -
Install the ZaakBrug Helm chart.
helm install zaakbrug wearefrank/zaakbrugor
helm install -f myvalues.yaml zaakbrug wearefrank/zaakbrugSome customization of the values is usually needed, please refer to ZaakBrug Helm chart for detailed configuration documentation.
Refer to Helm - Using Helm for more detailed information about Helm.