open-webui / helm-charts

33 stars 19 forks source link

fix: set serviceName in StatefulSet spec #41

Closed matthieucharreire closed 1 week ago

matthieucharreire commented 1 week ago

Misconfiguration fix from last PR: https://github.com/open-webui/helm-charts/pull/36#issuecomment-2184996280

This adds serviceName configuration in spec part of StatefulSet, as explained in the documentation: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#stable-network-id

0xThresh commented 1 week ago

Looked good in my testing, thanks for the fix!