mirror of
https://github.com/bitnami/charts.git
synced 2026-08-11 14:54:20 +08:00
enable custom ingress labels (#16918)
Signed-off-by: Christoph Raaflaub <raaflaub@puzzle.ch>
This commit is contained in:
@@ -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 | `[]` |
|
||||
|
||||
Reference in New Issue
Block a user