From 8c85507944454c0867f409f5a96d2caa66a4a901 Mon Sep 17 00:00:00 2001 From: Alessandro Cattapan Date: Fri, 4 Oct 2024 20:26:04 +0200 Subject: [PATCH] Update the documentation --- charts/pega/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/charts/pega/README.md b/charts/pega/README.md index 4dc6b5b42..c11e3deb7 100644 --- a/charts/pega/README.md +++ b/charts/pega/README.md @@ -709,6 +709,19 @@ tier: : ``` +### Custom Labels for Pods + +You may optionally provide custom labels for Pods as metadata to be consumed by other tools and libraries. Pod labels may be specified by using the `podLabels` element for a given `tier`. + +Example: + +```yaml +tier: + - name: my-tier + podLabels: + : +``` + ### Pod affinity You may optionally configure the pod affinity so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. Pod affinity may be specified by using the `affinity` element for a given `tier`. See the official [Kubernetes Documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/). @@ -1155,6 +1168,18 @@ installer: annotation-name2: annotation-value2 ``` +### Installer Pod Labels + +You can add labels to the installer pod. + +Example: + +```yaml +installer: + podLabels: + label-name1: label-value1 + label-name2: label-value2 +``` ### Installer Node Selector