Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-04-27 00:09:55 +00:00
parent d8cf22171a
commit d47b6b8d57
115 changed files with 58875 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"spec": {
"template": {
"spec": {
"initContainers": [{
"name": "sysctl",
"image": "alpine:3.6",
"securityContext": {
"privileged": true
},
"command": ["sh", "-c", "sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range=1024 65535"]
}]
}
}
}
}