Files
website/chart/README.md

41 lines
1.4 KiB
Markdown
Raw Normal View History

# website
A Helm chart for website
## Installing the Chart
To install the chart with the release name `my-release`:
```bash
# 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](https://helm.sh/docs/intro/using_helm/) 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.
2025-07-13 12:19:25 +02:00
| Parameter | Default |
| ------------------------------- | ----------------- |
| `server.imagePullPolicy` | `IfNotPresent` |
| `server.ingress.class` | `-` |
| `server.ingress.enabled` | `false` |
2025-08-15 22:59:23 +02:00
| `server.ingress.host` | `katenary.io` |
2025-07-13 12:19:25 +02:00
| `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` | `` |