diff --git a/charts/open-webui/templates/workload-manager.yaml b/charts/open-webui/templates/workload-manager.yaml index 18a42de..7518c9a 100644 --- a/charts/open-webui/templates/workload-manager.yaml +++ b/charts/open-webui/templates/workload-manager.yaml @@ -24,6 +24,9 @@ spec: metadata: labels: {{- include "open-webui.labels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} {{- with .Values.podAnnotations }} annotations: {{- toYaml . | nindent 8 }} diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 61aa7f3..68ef561 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -36,6 +36,7 @@ clusterDomain: cluster.local annotations: {} podAnnotations: {} +podLabels: {} replicaCount: 1 # -- Open WebUI image tags can be found here: https://github.com/open-webui/open-webui/pkgs/container/open-webui image: diff --git a/charts/pipelines/templates/deployment.yaml b/charts/pipelines/templates/deployment.yaml index 1edfa39..8a2de4d 100644 --- a/charts/pipelines/templates/deployment.yaml +++ b/charts/pipelines/templates/deployment.yaml @@ -18,6 +18,9 @@ spec: metadata: labels: {{- include "pipelines.labels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} {{- with .Values.podAnnotations }} annotations: {{- toYaml . | nindent 8 }} diff --git a/charts/pipelines/values.yaml b/charts/pipelines/values.yaml index eb21501..197af4d 100644 --- a/charts/pipelines/values.yaml +++ b/charts/pipelines/values.yaml @@ -6,6 +6,7 @@ clusterDomain: cluster.local annotations: {} podAnnotations: {} +podLabels: {} replicaCount: 1 image: repository: ghcr.io/open-webui/pipelines