feat(helm): add support for spec.ingressClassName to Ingress template (#5202)

This commit is contained in:
Martin Lindner
2022-05-09 13:18:13 +09:00
committed by GitHub
parent 0fcc083940
commit a06201aaf5
3 changed files with 5 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t
| `volumeMounts` | Volume mounts for Wiki.js container | `[]` |
| `volumes` | Volumes for Wiki.js Pod | `[]` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.className` | Ingress class name | `""` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.hosts` | List of ingress rules | `[{"host": "wiki.local", "paths": ["/"]}]` |
| `ingress.tls` | Ingress TLS configuration | `[]` |