diff --git a/scripts/aws/eks-pod/proxies.host.yaml b/scripts/aws/eks-pod/proxies.host.yaml index 2006152c2..abcc74573 100644 --- a/scripts/aws/eks-pod/proxies.host.yaml +++ b/scripts/aws/eks-pod/proxies.host.yaml @@ -9,10 +9,10 @@ operator-service: service: direct listen: tcp://0.0.0.0:80 connect: vsock://42:8080 - acceptRcvBuf: 256000 - acceptSndBuf: 256000 - peerRcvBuf: 25600 - peerSndBuf: 25600 + acceptRcvBuf: 25600 + acceptSndBuf: 25600 + peerRcvBuf: 256000 + peerSndBuf: 256000 operator-prometheus: service: direct diff --git a/scripts/aws/proxies.nitro.yaml b/scripts/aws/proxies.nitro.yaml index 3b829e488..a54f940be 100644 --- a/scripts/aws/proxies.nitro.yaml +++ b/scripts/aws/proxies.nitro.yaml @@ -4,10 +4,10 @@ uid-operator-in: service: direct listen: vsock://-1:8080 connect: tcp://127.0.0.1:8080 - acceptRcvBuf: 25600 - acceptSndBuf: 25600 - peerRcvBuf: 256000 - peerSndBuf: 256000 + acceptRcvBuf: 256000 + acceptSndBuf: 256000 + peerRcvBuf: 25600 + peerSndBuf: 25600 prometheus-server: service: direct