diff --git a/scripts/aws/eks-pod/proxies.host.yaml b/scripts/aws/eks-pod/proxies.host.yaml index eb37f8918..a151b28fb 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: 25 - acceptSndBuf: 25 - peerRcvBuf: 25 - peerSndBuf: 25 + acceptRcvBuf: 25600 + acceptSndBuf: 25600 + peerRcvBuf: 25600 + peerSndBuf: 25600 operator-prometheus: service: direct diff --git a/scripts/aws/proxies.nitro.yaml b/scripts/aws/proxies.nitro.yaml index 2f284e482..67d12ed1b 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: 25 - acceptSndBuf: 25 - peerRcvBuf: 25 - peerSndBuf: 25 + acceptRcvBuf: 25600 + acceptSndBuf: 25600 + peerRcvBuf: 25600 + peerSndBuf: 25600 prometheus-server: service: direct