From bc97545d401fbfa8ebdda5a58eac4937082b75c2 Mon Sep 17 00:00:00 2001
From: Valeri Fikov <valeri.fikov@vereign.com>
Date: Tue, 21 Jun 2022 10:41:08 +0000
Subject: [PATCH] Update service.yaml

---
 templates/service.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/service.yaml b/templates/service.yaml
index 7a01132..6bea156 100644
--- a/templates/service.yaml
+++ b/templates/service.yaml
@@ -10,6 +10,6 @@ spec:
   ports:
   - name: http
     targetPort: {{ .Values.service.port }}
-    port: {{ .Values.task.http.port }}
+    port: {{ .Values.infohub.http.port }}
   selector:
     {{- include "app.selectorLabels" . | nindent 4 }}
-- 
GitLab