Update home cluster IP to 62.41.86.27

This commit is contained in:
Ruben Hensen
2026-06-06 09:52:36 +02:00
parent 379c050bb3
commit a11309263e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ records:
- name: "phocaslustrum" - name: "phocaslustrum"
expire: 300 expire: 300
type: A type: A
content: "62.41.87.114" content: "62.41.86.27"
- name: "ynab" - name: "ynab"
expire: 300 expire: 300
type: A type: A
@@ -22,7 +22,7 @@ records:
- name: "ldap" - name: "ldap"
expire: 300 expire: 300
type: A type: A
content: "62.41.87.114" content: "62.41.86.27"
- name: "argocd" - name: "argocd"
expire: 300 expire: 300
type: A type: A
+1 -1
View File
@@ -2,7 +2,7 @@
let let
# Public IP of the home network where the k8s cluster ingress lives. # Public IP of the home network where the k8s cluster ingress lives.
# Keep in sync with dns/domains/rubenhensen.nl.yaml. # 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: # Hosts tunneled to the home k8s cluster. Each entry gets:
# * an SNI map entry for TCP passthrough on :443 # * an SNI map entry for TCP passthrough on :443