Files
website/chart

website

A Helm chart for website

Installing the Chart

To install the chart with the release name my-release:

# Standard Helm install
$ helm install  my-release website

# To use a custom namespace and force the creation of the namespace
$ helm install my-release --namespace my-namespace --create-namespace website

# To use a custom values file
$ helm install my-release -f my-values.yaml website

See the Helm documentation for more information on installing and managing the chart.

Configuration

The following table lists the configurable parameters of the website chart and their default values.

Parameter Default
server.imagePullPolicy IfNotPresent
server.ingress.class -
server.ingress.enabled false
server.ingress.host katenary.org
server.ingress.path /
server.ingress.tls.enabled true
server.ingress.tls.secretName ``
server.replicas 1
server.repository.image docker.io/nginx
server.repository.tag ``
server.serviceAccount ``