mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-14 10:28:10 +00:00
feat: Add topologySpreadConstraints to workload-manager.yaml template
This commit is contained in:
parent
3cf4514166
commit
a1e073f557
@ -97,6 +97,10 @@ spec:
|
|||||||
affinity:
|
affinity:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.topologySpreadConstraints }}
|
||||||
|
topologySpreadConstraints:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
|
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
|
||||||
- name: data
|
- name: data
|
||||||
|
@ -68,6 +68,9 @@ tolerations: []
|
|||||||
# -- Affinity for pod assignment
|
# -- Affinity for pod assignment
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
# -- Topology Spread Constraints for pod assignment
|
||||||
|
topologySpreadConstraints: []
|
||||||
|
|
||||||
# -- Service values to expose Open WebUI pods to cluster
|
# -- Service values to expose Open WebUI pods to cluster
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
Loading…
Reference in New Issue
Block a user