From 741c73ffbe0554bbd7d7d2a0896740cea4ae56f2 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Thu, 2 Nov 2023 21:18:27 +0100 Subject: [PATCH] Use name instead of number for k8s service port --- helm/dendrite/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dendrite/templates/service.yaml b/helm/dendrite/templates/service.yaml index 3b571df1f..1b709c79c 100644 --- a/helm/dendrite/templates/service.yaml +++ b/helm/dendrite/templates/service.yaml @@ -14,4 +14,4 @@ spec: - name: http protocol: TCP port: {{ .Values.service.port }} - targetPort: 8008 \ No newline at end of file + targetPort: http \ No newline at end of file