mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
fix: set serviceName in StatefulSet spec (#41)
This commit is contained in:
parent
667cc5475a
commit
95a7a220cc
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: open-webui
|
name: open-webui
|
||||||
version: 3.0.4
|
version: 3.0.5
|
||||||
appVersion: "v0.3.4"
|
appVersion: "v0.3.5"
|
||||||
|
|
||||||
home: https://www.openwebui.com/
|
home: https://www.openwebui.com/
|
||||||
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
||||||
|
@ -14,6 +14,9 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
|
{{- if .Values.persistence.enabled }}
|
||||||
|
serviceName: {{ include "open-webui.name" . }}
|
||||||
|
{{- end }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "open-webui.selectorLabels" . | nindent 6 }}
|
{{- include "open-webui.selectorLabels" . | nindent 6 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user