From 9db137683f303024415029b876ce96baed174c92 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 25 Dec 2021 13:17:12 +0700 Subject: [PATCH] fix(trow): use the correct service port --- platform/trow/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/trow/templates/ingress.yaml b/platform/trow/templates/ingress.yaml index 64fd900b..bca3871e 100644 --- a/platform/trow/templates/ingress.yaml +++ b/platform/trow/templates/ingress.yaml @@ -15,9 +15,9 @@ spec: - pathType: ImplementationSpecific backend: service: - name: trow-svc + name: trow port: - name: http-tcp + number: {{ .Values.trow.service.port }} tls: - hosts: - *host