The current chart with katenarry 3.0.0-rc2
This commit is contained in:
39
chart/README.md
Normal file
39
chart/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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.
|
||||
|
||||
| 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.replicas` | `1` |
|
||||
| `server.repository.image` | `docker.io/nginx` |
|
||||
| `server.repository.tag` | `` |
|
||||
| `server.serviceAccount` | `` |
|
||||
|
||||
|
Reference in New Issue
Block a user