From d6a089ec11c7bbbaa568dcbc0a3d732433a15900 Mon Sep 17 00:00:00 2001 From: Vsevolod Sauta Date: Mon, 21 Sep 2026 15:42:01 +0300 Subject: [PATCH] Route cursor-devbox egress via node2 socks5 proxy. Set HTTP_PROXY/HTTPS_PROXY so tools in the ssh container use the federation egress proxy. --- deploy/020-statefulset.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/020-statefulset.yaml b/deploy/020-statefulset.yaml index 4f96b49..640a2b8 100644 --- a/deploy/020-statefulset.yaml +++ b/deploy/020-statefulset.yaml @@ -33,6 +33,10 @@ spec: value: tcp://127.0.0.1:2375 - name: HOME value: /home/developer + - name: HTTP_PROXY + value: socks5h://node2-socks5.egress-proxy.svc.clusterset.local:1080 + - name: HTTPS_PROXY + value: socks5h://node2-socks5.egress-proxy.svc.clusterset.local:1080 securityContext: allowPrivilegeEscalation: true capabilities: