From bc3ff69d72dd914b4871cfc1d77718bb0c2e8ac6 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:25:49 +0400 Subject: [PATCH] fix the service manifest --- deployments/helm/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/helm/templates/service.yaml b/deployments/helm/templates/service.yaml index 77ff0fd..412c026 100644 --- a/deployments/helm/templates/service.yaml +++ b/deployments/helm/templates/service.yaml @@ -19,7 +19,7 @@ spec: port: {{ .ports.http }} targetPort: http protocol: TCP - - name: http + - name: socks port: {{ .ports.socks }} targetPort: socks protocol: TCP