diff --git a/dns/domains/rubenhensen.nl.yaml b/dns/domains/rubenhensen.nl.yaml index ce1c99b..b334ecd 100644 --- a/dns/domains/rubenhensen.nl.yaml +++ b/dns/domains/rubenhensen.nl.yaml @@ -10,7 +10,7 @@ records: - name: "phocaslustrum" expire: 300 type: A - content: "62.41.87.114" + content: "62.41.86.27" - name: "ynab" expire: 300 type: A @@ -22,7 +22,7 @@ records: - name: "ldap" expire: 300 type: A - content: "62.41.87.114" + content: "62.41.86.27" - name: "argocd" expire: 300 type: A diff --git a/nix-infra-machine/nodes/node001.nix b/nix-infra-machine/nodes/node001.nix index 492951c..bd2c082 100644 --- a/nix-infra-machine/nodes/node001.nix +++ b/nix-infra-machine/nodes/node001.nix @@ -2,7 +2,7 @@ let # Public IP of the home network where the k8s cluster ingress lives. # Keep in sync with dns/domains/rubenhensen.nl.yaml. - homeIP = "62.41.87.114"; + homeIP = "62.41.86.27"; # Hosts tunneled to the home k8s cluster. Each entry gets: # * an SNI map entry for TCP passthrough on :443