From ca8da62abefb91caeb66b47eab95d175d15c0511 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Wed, 30 Sep 2020 16:21:36 -0400 Subject: [PATCH] vsphere - update haproxy interval When updating vSphere for baremetal changes of keepalived and haproxy I missed the interval change for haproxy backend masters. --- .../master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml b/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml index f431d7f185..9aca92d169 100644 --- a/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml +++ b/templates/master/00-master/vsphere/files/vsphere-haproxy-haproxy.yaml @@ -40,7 +40,7 @@ contents: option log-health-checks balance roundrobin {{`{{- range .LBConfig.Backends }} - server {{ .Host }} {{ .Address }}:{{ .Port }} weight 1 verify none check check-ssl inter 3s fall 2 rise 3 + server {{ .Host }} {{ .Address }}:{{ .Port }} weight 1 verify none check check-ssl inter 1s fall 2 rise 3 {{- end }}`}} {{ end -}} {{ end -}}