This Helm chart contains the Signalen web frontend.
Parameter | Description | Default |
---|---|---|
image.repository |
The repository of the Docker image | signalen/frontend |
image.tag |
The tag of the Docker image | latest |
replicaCount |
The number of API replicas | 1 |
config |
The configuration of the frontend. For all options see environment.conf.json | {} |
ingress.enabled |
Expose the API through an ingress | true |
ingress.annotations |
Additional annotations on the API ingress | {} |
ingress.host |
The host of the API | "" |
Check values.yaml for all the possible configuration options.