From be2d353be1a0771dd81e88823bf784193eebd9ab Mon Sep 17 00:00:00 2001 From: Vitalii Savitskii Date: Thu, 18 Jul 2024 16:54:11 +0200 Subject: [PATCH] FIx the ingestion service port number (#18) * FIx the ingestion service port number * Fix --- .helm/templates/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.helm/templates/service.yaml b/.helm/templates/service.yaml index 558224e..44231dd 100644 --- a/.helm/templates/service.yaml +++ b/.helm/templates/service.yaml @@ -7,8 +7,8 @@ metadata: spec: type: ClusterIP ports: - - port: 8080 - targetPort: http + - port: 5000 + targetPort: 8080 protocol: TCP name: http selector: