Skip to content

Commit

Permalink
Merge pull request #87 from wrenix/fix/prosody-service
Browse files Browse the repository at this point in the history
fix: use statefule servicename based on template
  • Loading branch information
spijet authored Nov 24, 2023
2 parents d846739 + 80f0709 commit eca4d35
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 eca4d35

Please sign in to comment.