
* start upgrade to 1.19.4 Signed-off-by: James Strong <james.strong@chainguard.dev> * add matrix to image test-image Signed-off-by: James Strong <james.strong@chainguard.dev> * update to alpine 3.17 Signed-off-by: James Strong <james.strong@chainguard.dev> * remove need for curl Signed-off-by: James Strong <james.strong@chainguard.dev> Signed-off-by: James Strong <james.strong@chainguard.dev>
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"spec": {
|
|
"template": {
|
|
"spec": {
|
|
"initContainers": [{
|
|
"name": "sysctl",
|
|
"image": "alpine:3.17.0",
|
|
"securityContext": {
|
|
"privileged": true
|
|
},
|
|
"command": ["sh", "-c", "sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range='1024 65000'"]
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
}
|