Files
confdroid_haproxy/templates/haproxy_tail.erb

14 lines
266 B
Plaintext
Raw Normal View History

2025-01-30 00:07:00 +01:00
2025-02-03 14:26:43 +01:00
backend kubernetes_backend
mode http
balance roundrobin
option httpchk GET /healthz
server kubw001 23.88.105.207:31768 check
server kubw003 116.203.227.35:31768 check
2025-01-30 00:07:00 +01:00
backend error_backend
mode http
errorfile 503 /etc/haproxy/errors/503.http