
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"spec": {
|
|
"template": {
|
|
"spec": {
|
|
"initContainers": [{
|
|
"name": "sysctl",
|
|
"image": "alpine:3.21",
|
|
"securityContext": {
|
|
"privileged": true
|
|
},
|
|
"command": ["sh", "-c", "sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range='1024 65000'"]
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
}
|