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