Removed old node from haproxy and typo in zone file.
This commit is contained in:
parent
295595bd14
commit
bcd268a5a8
2 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,7 @@ frodo IN A 10.1.1.52
|
||||||
livingroom-vacuum IN A 10.1.3.18
|
livingroom-vacuum IN A 10.1.3.18
|
||||||
|
|
||||||
; Video
|
; Video
|
||||||
driveway-camera l IN A 10.1.4.12
|
driveway-camera IN A 10.1.4.12
|
||||||
|
|
||||||
; Services
|
; Services
|
||||||
cluster-0 IN A 10.5.0.2
|
cluster-0 IN A 10.5.0.2
|
||||||
|
|
|
@ -54,7 +54,6 @@ backend k8s_controlplane
|
||||||
server worker1 10.1.1.31:6443 check
|
server worker1 10.1.1.31:6443 check
|
||||||
server worker2 10.1.1.32:6443 check
|
server worker2 10.1.1.32:6443 check
|
||||||
server worker3 10.1.1.33:6443 check
|
server worker3 10.1.1.33:6443 check
|
||||||
server worker4 10.1.1.34:6443 check
|
|
||||||
|
|
||||||
backend talos_controlplane
|
backend talos_controlplane
|
||||||
option httpchk GET /healthz
|
option httpchk GET /healthz
|
||||||
|
@ -65,4 +64,3 @@ backend talos_controlplane
|
||||||
server worker1 10.1.1.31:50000 check
|
server worker1 10.1.1.31:50000 check
|
||||||
server worker2 10.1.1.32:50000 check
|
server worker2 10.1.1.32:50000 check
|
||||||
server worker3 10.1.1.33:50000 check
|
server worker3 10.1.1.33:50000 check
|
||||||
server worker4 10.1.1.34:50000 check
|
|
||||||
|
|
Reference in a new issue