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:
@@ -33,6 +33,10 @@ spec:
|
|||||||
value: tcp://127.0.0.1:2375
|
value: tcp://127.0.0.1:2375
|
||||||
- name: HOME
|
- name: HOME
|
||||||
value: /home/developer
|
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:
|
securityContext:
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user