Removed old node from haproxy and typo in zone file.

This commit is contained in:
Joseph Hanson 2023-05-07 18:34:34 -05:00
parent 295595bd14
commit bcd268a5a8
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 1 additions and 3 deletions

View file

@ -31,7 +31,7 @@ frodo IN A 10.1.1.52
livingroom-vacuum IN A 10.1.3.18
; Video
driveway-camera l IN A 10.1.4.12
driveway-camera IN A 10.1.4.12
; Services
cluster-0 IN A 10.5.0.2

View file

@ -54,7 +54,6 @@ backend k8s_controlplane
server worker1 10.1.1.31:6443 check
server worker2 10.1.1.32:6443 check
server worker3 10.1.1.33:6443 check
server worker4 10.1.1.34:6443 check
backend talos_controlplane
option httpchk GET /healthz
@ -65,4 +64,3 @@ backend talos_controlplane
server worker1 10.1.1.31:50000 check
server worker2 10.1.1.32:50000 check
server worker3 10.1.1.33:50000 check
server worker4 10.1.1.34:50000 check