mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
[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:
@@ -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 | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user