diff --git a/helm/values.yaml b/helm/values.yaml index 24aafd54..365b6b37 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -112,6 +112,13 @@ resources: {} securityContext: 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: {}