diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 1a4a32f..c5192d1 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -26,6 +26,12 @@ spec: {{- with .Values.services.owgwui.labels }} {{- toYaml . | nindent 8 }} {{- end }} + {{- if .Values.podAnnotations }} + annotations: + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} spec: containers: diff --git a/helm/values.yaml b/helm/values.yaml index 49daf6b..527e2a1 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -69,6 +69,8 @@ tolerations: [] affinity: {} +podAnnotations: {} + # Application public_env_variables: DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001