Skip to content

Commit

Permalink
fix: use statefule servicename based on template
Browse files Browse the repository at this point in the history
  • Loading branch information
WrenIX committed Aug 10, 2023
1 parent 3744d68 commit 80f0709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prosody/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{ toYaml . | nindent 4 }}
{{- end }}
spec:
serviceName: "prosody"
serviceName: "{{ include "prosody.fullname" . }}"
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit 80f0709

Please sign in to comment.