mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
14 lines
293 B
Django/Jinja
14 lines
293 B
Django/Jinja
frontend loadbalancer
|
|
bind *:6443
|
|
mode tcp
|
|
default_backend control_nodes
|
|
timeout client 1m
|
|
|
|
backend control_nodes
|
|
mode tcp
|
|
balance roundrobin
|
|
server node2 node2:6443
|
|
server node3 node3:6443
|
|
timeout connect 30s
|
|
timeout server 30m
|