New k8s masters.
This commit is contained in:
parent
e62bc43bdc
commit
40a9847bc0
1 changed files with 6 additions and 6 deletions
|
@ -51,9 +51,9 @@ backend k8s_controlplane
|
|||
mode tcp
|
||||
option ssl-hello-chk
|
||||
balance roundrobin
|
||||
server worker1 10.1.1.61:6443 check
|
||||
server worker2 10.1.1.62:6443 check
|
||||
server worker3 10.1.1.63:6443 check
|
||||
server worker1 10.1.1.41:6443 check
|
||||
server worker2 10.1.1.42:6443 check
|
||||
server worker3 10.1.1.46:6443 check
|
||||
|
||||
backend talos_controlplane
|
||||
option httpchk GET /healthz
|
||||
|
@ -61,6 +61,6 @@ backend talos_controlplane
|
|||
mode tcp
|
||||
option ssl-hello-chk
|
||||
balance roundrobin
|
||||
server worker1 10.1.1.61:50000 check
|
||||
server worker2 10.1.1.62:50000 check
|
||||
server worker3 10.1.1.63:50000 check
|
||||
server worker1 10.1.1.41:50000 check
|
||||
server worker2 10.1.1.42:50000 check
|
||||
server worker3 10.1.1.46:50000 check
|
||||
|
|
Reference in a new issue