mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/*] add ingress extraRules feature (#10253)
* Add extraRules to ingress objects Signed-off-by: Fran Mulero <fmulero@vmware.com> * Execute readme generator Signed-off-by: Fran Mulero <fmulero@vmware.com> * Version bump Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `image.registry` | Joomla! image registry | `docker.io` |
|
||||
| `image.repository` | Joomla! Image name | `bitnami/joomla` |
|
||||
| `image.tag` | Joomla! Image tag | `4.1.3-debian-10-r0` |
|
||||
| `image.tag` | Joomla! Image tag | `4.1.3-debian-10-r4` |
|
||||
| `image.pullPolicy` | Joomla! image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `image.debug` | Specify if debug logs should be enabled | `false` |
|
||||
@@ -190,6 +190,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `ingress.extraTls` | The tls configuration for additional hostnames to be covered with this ingress record. | `[]` |
|
||||
| `ingress.secrets` | If you're providing your own certificates, please use this to add the certificates as secrets | `[]` |
|
||||
| `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
|
||||
| `ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
|
||||
|
||||
|
||||
### Database parameters
|
||||
@@ -223,7 +224,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
|
||||
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-10-r141` |
|
||||
| `metrics.image.tag` | Apache exporter image tag | `0.11.0-debian-10-r145` |
|
||||
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `metrics.resources` | Exporter resource requests/limit | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user