[bitnami/wordpress] Add "extraContainerPorts" parameter (#7193)

* [bitnami/wordpress] Add `extraPorts` parameter

Add a separate parameter `extraPorts` to expose custom ports of the
WordPress container.
This is especially useful if a custom image is used.

Furthermore there's already an `extraPorts` parameter for the WordPress
service, so this change completes the current configuration options.

* bump version

* rename `extraPorts` to `extraContainerPorts`
and bump a minor version
This commit is contained in:
Manu Miu
2021-08-12 20:29:54 +10:00
committed by GitHub
parent a152142536
commit 19c729c3ef
4 changed files with 12 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ The command removes all the Kubernetes components associated with the chart and
| `hostAliases` | WordPress pod host aliases | `[]` |
| `extraVolumes` | Optionally specify extra list of additional volumes for WordPress pods | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for WordPress container(s) | `[]` |
| `extraContainerPorts` | Optionally specify extra list of additional ports for WordPress container(s) | `[]` |
| `sidecars` | Add additional sidecar containers to the WordPress pod | `[]` |
| `initContainers` | Add additional init containers to the WordPress pods | `[]` |
| `podLabels` | Extra labels for WordPress pods | `{}` |