enable custom ingress labels (#16918)

Signed-off-by: Christoph Raaflaub <raaflaub@puzzle.ch>
This commit is contained in:
Christoph Raaflaub
2023-06-13 12:09:28 +02:00
committed by GitHub
parent 23373235c5
commit 0dd66f2516
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ The command removes all the Kubernetes components associated with the chart and
| `ingress.hostname` | Default host for the ingress record | `sonarqube.local` |
| `ingress.path` | Default path for the ingress record | `/` |
| `ingress.annotations` | Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |
| `ingress.labels` | Additional labels for the Ingress resource. | `{}` |
| `ingress.tls` | Enable TLS configuration for the host defined at `ingress.hostname` parameter | `false` |
| `ingress.selfSigned` | Create a TLS secret for this ingress record using self-signed certificates generated by Helm | `false` |
| `ingress.extraHosts` | An array with additional hostname(s) to be covered with the ingress record | `[]` |