Skip to content

Commit

Permalink
Use bytes instead of kb
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Dec 9, 2024
1 parent 05857ee commit b6656db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scripts/aws/eks-pod/proxies.host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions scripts/aws/proxies.nitro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6656db

Please sign in to comment.