mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-16 05:47:42 -02:30
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:
committed by
Kubernetes Prow Robot
parent
bf15d06568
commit
b35b816287
@@ -82,6 +82,8 @@ spec:
|
||||
value: "kubernetes"
|
||||
- name: TYPHA_HEALTHENABLED
|
||||
value: "true"
|
||||
- name: TYPHA_MAXCONNECTIONSLOWERLIMIT
|
||||
value: "{{ typha_max_connections_lower_limit }}"
|
||||
{% if typha_secure %}
|
||||
- name: TYPHA_CAFILE
|
||||
value: /etc/ca/ca.crt
|
||||
|
||||
Reference in New Issue
Block a user