Update NLB idle timeout information

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-25 23:35:50 -04:00
parent 3215e69e8c
commit 8a80bcfcc3
3 changed files with 4 additions and 13 deletions

View file

@ -75,10 +75,6 @@ controller:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
service.beta.kubernetes.io/aws-load-balancer-type: nlb
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
# Ensure the ELB idle timeout is less than nginx keep-alive timeout. By default,
# NGINX keep-alive is set to 75s. If using WebSockets, the value will need to be
# increased to '3600' to avoid any potential issues.
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "60"
EOF
echo "${NAMESPACE_VAR}