Chore: add podLabels

This commit is contained in:
Erez Weiss 2024-12-24 12:28:27 +02:00
parent ddb14dbe97
commit b27f84d6c7
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ envs:
podAnnotations:
{}
# Extra pod labels
podLabels:
{}
# configure extra UI ENVs
# Extra ENVs are writen in kubenertes format and added "as is" to the pod's env variables
# https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/