From 3f144c24609150c249588186e92c7fc0bffe7233 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Wed, 25 Nov 2020 17:18:51 +0700 Subject: [PATCH] sshct: disable k8s SNAT for the service --- apps/services/sshct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/services/sshct.yaml b/apps/services/sshct.yaml index d1ecb1c..6ec4cf3 100644 --- a/apps/services/sshct.yaml +++ b/apps/services/sshct.yaml @@ -57,6 +57,7 @@ metadata: spec: selector: app: sshct + externalTrafficPolicy: Local ports: - name: ssh protocol: TCP