From 2545df8453d6bb77285eb254bb4dfc4021d88b82 Mon Sep 17 00:00:00 2001 From: AmaliMatharaarachchi Date: Thu, 7 Sep 2023 17:13:51 +0530 Subject: [PATCH] remove 9092 lb port --- .../gateway-components/gateway-runtime/gateway-service.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm-charts/templates/data-plane/gateway-components/gateway-runtime/gateway-service.yaml b/helm-charts/templates/data-plane/gateway-components/gateway-runtime/gateway-service.yaml index b79228f06..9f218497a 100644 --- a/helm-charts/templates/data-plane/gateway-components/gateway-runtime/gateway-service.yaml +++ b/helm-charts/templates/data-plane/gateway-components/gateway-runtime/gateway-service.yaml @@ -36,7 +36,4 @@ spec: - name: endpoint3 protocol: TCP port: 9000 - - name: servlet-https - protocol: TCP - port: 9092 {{- end -}}