Raise typha max connections to 300 (#5527)

Raises limit from 100 to 300 because the default is far too low
and the pod can handle 300 with the given resources.

Change-Id: Ib1eec10da3d09d198933fcfe87291587e58d7cdb
This commit is contained in:
Matthew Mosesohn
2020-01-10 11:24:33 +03:00
committed by Kubernetes Prow Robot
parent bf15d06568
commit b35b816287
3 changed files with 12 additions and 0 deletions

View File

@@ -40,5 +40,9 @@
# Generate TLS certs for secure typha<->calico-node communication
# typha_secure: false
# Scaling typha: 1 replica per 100 nodes is adequate
# Number of typha replicas
# typha_replicas: 1
# Set max typha connections
# typha_max_connections_lower_limit: 300