Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.03 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.03 KB

huwelijksplanner chart

The Helm chart installs huwelijksplanner and by default the following dependencies using subcharts:

Installation

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

⚠️ The default settings are unsafe for production usage. Configure proper secrets, enable persistence and consider High Availability (HA) for the database and the application.

Configuration

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.

Deploying to a Kubernetes Cluster

API Platform comes with a native integration with Kubernetes and the Helm package manager.

Learn how to deploy in the dedicated documentation entry.