From 80f07091f466820a084d940cca97e627e49d1a15 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 11 Aug 2023 01:52:04 +0200 Subject: [PATCH] fix: use statefule servicename based on template --- charts/prosody/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prosody/templates/statefulset.yaml b/charts/prosody/templates/statefulset.yaml index b15ffee..a456b47 100644 --- a/charts/prosody/templates/statefulset.yaml +++ b/charts/prosody/templates/statefulset.yaml @@ -9,7 +9,7 @@ metadata: {{ toYaml . | nindent 4 }} {{- end }} spec: - serviceName: "prosody" + serviceName: "{{ include "prosody.fullname" . }}" replicas: 1 selector: matchLabels: