[bitnami/wordpress] Add podLabels option to WordPress chart (#4053)

* Add podLabels option to WordPress chart

* Add podLabels to values-production.yaml and fix spelling error

* Bump minor version number

Co-authored-by: chris13524 <chris@smith.xyz>
This commit is contained in:
Chris Smith
2020-10-20 02:59:28 -04:00
committed by GitHub
parent 4fdfa71787
commit fe17b789ad
5 changed files with 15 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ The following table lists the configurable parameters of the WordPress chart and
| `nodeSelector` | Node labels for pod assignment | `{}` (evaluated as a template) |
| `tolerations` | Tolerations for pod assignment | `[]` (evaluated as a template) |
| `affinity` | Affinity for pod assignment | `{}` (evaluated as a template) |
| `podLabels` | Pod labels | `{}` (evaluated as a template) |
| `podAnnotations` | Pod annotations | `{}` (evaluated as a template) |
| `healthcheckHttps` | Use https for liveliness and readiness | `false` |
| `livenessProbe.enabled` | Enable/disable livenessProbe | `true` |