update node names
This commit is contained in:
parent
a47bdd2e9e
commit
c6dda629ec
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ backend k8s_theshire_controlplane
|
||||||
mode tcp
|
mode tcp
|
||||||
option ssl-hello-chk
|
option ssl-hello-chk
|
||||||
balance roundrobin
|
balance roundrobin
|
||||||
server nenya 10.1.1.62:6443 check
|
server bilbo 10.1.1.62:6443 check
|
||||||
server vilya 10.1.1.63:6443 check
|
server frodo 10.1.1.63:6443 check
|
||||||
server narya 10.1.1.64:6443 check
|
server sam 10.1.1.64:6443 check
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue