Skip to content

Commit

Permalink
Fix statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
iaacautomation committed Sep 1, 2024
1 parent d6c2e80 commit 875cfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/servarr/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
serviceName: {{ include "servarr.fullname" . }}
selector:
matchLabels:
{{- include "servarr.selectorLabels" . | nindent 6 }}
Expand Down Expand Up @@ -66,4 +67,3 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceName: {{ include "servarr.fullname" . }}

0 comments on commit 875cfad

Please sign in to comment.