mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-30 02:12:29 +00:00
[WIFI-5420] Add: helm sysctl for tcp keepalive
This commit is contained in:
@@ -112,6 +112,13 @@ resources: {}
|
|||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 101
|
fsGroup: 101
|
||||||
|
sysctls:
|
||||||
|
- name: net.ipv4.tcp_keepalive_intvl
|
||||||
|
value: "5"
|
||||||
|
- name: net.ipv4.tcp_keepalive_probes
|
||||||
|
value: "2"
|
||||||
|
- name: net.ipv4.tcp_keepalive_time
|
||||||
|
value: "45"
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user