Route cursor-devbox egress via node2 socks5 proxy.

Set HTTP_PROXY/HTTPS_PROXY so tools in the ssh container use the
federation egress proxy.
This commit is contained in:
Vsevolod Sauta
2026-09-21 15:42:01 +03:00
parent 4b882ba838
commit d6a089ec11
+4
View File
@@ -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: