Skip to content

Commit

Permalink
fix: set serviceName in StatefulSet spec (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucharreire authored Jun 26, 2024
1 parent 667cc54 commit 95a7a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/open-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: open-webui
version: 3.0.4
appVersion: "v0.3.4"
version: 3.0.5
appVersion: "v0.3.5"

home: https://www.openwebui.com/
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
Expand Down
3 changes: 3 additions & 0 deletions charts/open-webui/templates/workload-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
{{- if .Values.persistence.enabled }}
serviceName: {{ include "open-webui.name" . }}
{{- end }}
selector:
matchLabels:
{{- include "open-webui.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 95a7a22

Please sign in to comment.