Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tennix committed Oct 15, 2019
1 parent 26431da commit 53b797f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ pd:
# Specify the security context of PD Pod.
# refer to https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: {}
# sysctls:
# # You can enable these kernel parameters tuning to improve TiDB performance,
# # when the kubelet is configured to allow unsafe sysctls
# - name: net.core.somaxconn
Expand Down Expand Up @@ -265,9 +266,9 @@ tikv:
# Specify the security context of TiKV Pod.
# refer to https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: {}
# sysctls:
# # You can enable these kernel parameters tuning to improve TiDB performance,
# # when the kubelet is configured to allow unsafe sysctls
# sysctls:
# - name: net.core.somaxconn
# value: "32768"
# - name: net.ipv4.tcp_syncookies
Expand Down Expand Up @@ -352,6 +353,7 @@ tidb:
# Specify the security context of TiDB Pod.
# refer to https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
podSecurityContext: {}
# sysctls:
# # You can enable these kernel parameters tuning to improve TiDB performance,
# # when the kubelet is configured to allow unsafe sysctls
# - name: net.core.somaxconn
Expand All @@ -363,7 +365,6 @@ tidb:

# # Load balancers usually have an idle timeout (eg. AWS NLB idle timeout is 350),
# # the tcp_keepalive_time must be set to lower than LB idle timeout.
# sysctls:
# - name: net.ipv4.tcp_keepalive_time
# value: "300"
# - name: net.ipv4.tcp_keepalive_intvl
Expand Down

0 comments on commit 53b797f

Please sign in to comment.