This commit is contained in:
Guang Ya Liu 2018-02-12 22:33:46 +00:00 committed by GitHub
commit 72cc5056d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ spec:
- command:
- sh
- -c
- sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range="1024 65535"
- sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range="32768 65535"
image: alpine:3.6
imagePullPolicy: IfNotPresent
name: sysctl

View file

@ -20,7 +20,7 @@ spec:
- command:
- sh
- -c
- sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range="1024 65535"
- sysctl -w net.core.somaxconn=32768; sysctl -w net.ipv4.ip_local_port_range="32768 65535"
image: alpine:3.6
imagePullPolicy: IfNotPresent
name: sysctl