The Helm chart installs huwelijksplanner and by default the following dependencies using subcharts:
First configure the Helm repository:
helm repo add huwelijksplanner https://raw.githubusercontent.com/ConductionNL/huwelijksplanner/master/api/helm/
helm repo update
Install the Helm chart with:
helm install my-huwelijksplanner ConductionNL/huwelijksplanner --version 0.1.0
Parameter | Description | Default |
---|---|---|
settings.domain |
The domain (if any) that you want to deploy to | conduction.nl |
settings.subdomain |
the subdomain of the installation excluding www. | huwelijksplanner |
settings.subpath |
Any sub path to follow the domain, like /api/v1 | huwelijksplanner |
settings.subpathRouting |
Whether to actually use te sub path | false |
settings.env |
Either prod or dev, determines settings like error tracing | dev |
settings.web |
Whether tot start an ingress in way | false |
settings.debug |
Run te application in debug mode | 1 |
settings.cache |
Activate resource caching | false |
settings.corsAllowOrigin |
Set the cors header | ['*'] |
settings.trustedHosts |
A regex function for whitelisting ips | '^.+$' |
settings.pullPolicy |
When to pull new images | Always |
Check values.yaml for all the possible configuration options.
API Platform comes with a native integration with Kubernetes and the Helm package manager.