Files
confdroid_haproxy/templates/haproxy_tail.erb

14 lines
257 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
2025-02-03 17:12:32 +01:00
mode tcp
2025-02-03 14:26:43 +01:00
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
2025-02-03 14:35:26 +01:00
mode http
errorfile 503 /etc/haproxy/errors/503.http