Skip to content

Commit

Permalink
Add sysctls to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarand committed Dec 9, 2024
1 parent 7c964fe commit 6f45803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ containerRunOptions:
- OTHER_SECRET_BAR
capabilities: # Add list of Linux capabilities (--cap-add)
- NET_BIND_SERVICE
sysctls:
net.core.somaxconn: "1024"
net.ipv4.tcp_max_syn_backlog: "4096"
bindMounts: # Bind mount a volume (--volume, -v)
- /etc/example/dir:/etc/dir
```
Expand Down

0 comments on commit 6f45803

Please sign in to comment.