From ca70e4a038d8d2f3dc4b70f87f33309b8331163a Mon Sep 17 00:00:00 2001 From: yankomissarov Date: Wed, 27 Nov 2024 12:07:45 +0300 Subject: [PATCH] Add service --- deploy/k8s/service.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deploy/k8s/service.yaml b/deploy/k8s/service.yaml index fc1ca42..ff1f042 100644 --- a/deploy/k8s/service.yaml +++ b/deploy/k8s/service.yaml @@ -21,5 +21,10 @@ spec: app: isp-config-service ports: - protocol: TCP - port: 4001 - targetPort: 4001 \ No newline at end of file + name: ws + port: 9001 + targetPort: 9001 + - protocol: TCP + name: grpc + port: 9002 + targetPort: 9002 \ No newline at end of file