From 55f6378a2a425cc914eaedb3651be664c9090f78 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 17 Nov 2024 08:37:37 +0900 Subject: [PATCH] Fix an invalid service port name. As an port name in Deployment was changed in the version 0.4.24. Signed-off-by: Masaki Muranaka --- charts/gotosocial/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gotosocial/templates/service.yaml b/charts/gotosocial/templates/service.yaml index 34ce3fd..99532a9 100644 --- a/charts/gotosocial/templates/service.yaml +++ b/charts/gotosocial/templates/service.yaml @@ -10,6 +10,6 @@ spec: - port: {{ .Values.service.port }} targetPort: gotosocial protocol: TCP - name: gotosocial + name: http selector: {{- include "gotosocial.selectorLabels" . | nindent 4 }}