mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-15 18:00:19 +01:00
14 lines
293 B
Text
14 lines
293 B
Text
|
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
|