From c31bda580ab4b22463f8fac18fcf4d61696c0f3c Mon Sep 17 00:00:00 2001 From: genofire Date: Wed, 18 Jan 2023 03:29:44 +0100 Subject: [PATCH] fix(helm): service same then in ingress --- helm/dendrite/templates/service.yaml | 2 +- helm/dendrite/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/dendrite/templates/service.yaml b/helm/dendrite/templates/service.yaml index 365a43f04..3b571df1f 100644 --- a/helm/dendrite/templates/service.yaml +++ b/helm/dendrite/templates/service.yaml @@ -13,5 +13,5 @@ spec: ports: - name: http protocol: TCP - port: 8008 + port: {{ .Values.service.port }} targetPort: 8008 \ No newline at end of file diff --git a/helm/dendrite/values.yaml b/helm/dendrite/values.yaml index ced0e49f7..87027a886 100644 --- a/helm/dendrite/values.yaml +++ b/helm/dendrite/values.yaml @@ -347,4 +347,4 @@ ingress: service: type: ClusterIP - port: 80 + port: 8008