Description of the change
Custom labels and annotations have been extended to all objects the Gateway Chart deploys. Pod Labels and annotations have been added to the Gateway and PM-Tagger deployments.
Additional Labels/Annotations apply to everything in this Chart's templates
# Additional Annotations apply to all deployed objects
additionalAnnotations: {}
Additional Labels apply to all deployed objects
additionalLabels: {}
- Pod Labels/Annotations at the base level apply to the Gateway Pod
**Drawbacks**
No known drawbacks
**Checklist** <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->
- [X] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/).
- [X] Variables are documented in the README.md
- [X] Title of the PR starts with chart name (e.g. `[charts/gateway]`)
- [X] If the chart contains a `values-production.yaml` apart from `values.yaml`, ensure that you implement the changes in both files
Description of the change Custom labels and annotations have been extended to all objects the Gateway Chart deploys. Pod Labels and annotations have been added to the Gateway and PM-Tagger deployments.
Additional Labels apply to all deployed objects
additionalLabels: {}
Pod Labels for the Gateway Pod
ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
Pod Annotations apply to the Gateway Pod
ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: {}
pmtagger: ...
Pod Labels for the PM Tagger Pod
ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
Pod Annotations apply to the PM Tagger Pod
ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: {}