fix: add hel1 to headscale

This commit is contained in:
2025-11-13 09:13:00 +01:00
parent 8ebc031f9b
commit a83c8d1a5c
+7
View File
@@ -132,6 +132,7 @@ configMaps:
"tag:k8s": [ "group:admin" ], "tag:k8s": [ "group:admin" ],
"tag:hpc": [ "group:admin" ], "tag:hpc": [ "group:admin" ],
"tag:mumindalen": [ "group:admin" ], "tag:mumindalen": [ "group:admin" ],
"tag:hel1": [ "group:admin" ],
}, },
// hosts should be defined using its IP addresses and a subnet mask. // hosts should be defined using its IP addresses and a subnet mask.
// to define a single host, use a /32 mask. You cannot use DNS entries here, // to define a single host, use a /32 mask. You cannot use DNS entries here,
@@ -154,6 +155,7 @@ configMaps:
"mgmt.tos.net": "10.255.240.0/24", "mgmt.tos.net": "10.255.240.0/24",
"dc.vtn.net": "172.16.239.0/24", "dc.vtn.net": "172.16.239.0/24",
"mgmt.vtn.net": "172.16.238.0/24", "mgmt.vtn.net": "172.16.238.0/24",
"dc.hel1.net": "10.0.1.0/24",
}, },
"acls": [ "acls": [
{ {
@@ -164,12 +166,14 @@ configMaps:
], ],
"dst": [ "dst": [
"tag:hpc:*", "tag:hpc:*",
"tag:hel1:*",
"tag:mumindalen:*", "tag:mumindalen:*",
"dc.tos.net:*", "dc.tos.net:*",
"mgmt.tos.net:*", "mgmt.tos.net:*",
"office.tos.net:*", "office.tos.net:*",
"dc.vtn.net:*", "dc.vtn.net:*",
"mgmt.vtn.net:*", "mgmt.vtn.net:*",
"dc.hel1.net:*",
"100.64.0.0/10:*", "100.64.0.0/10:*",
] ]
}, },
@@ -191,8 +195,10 @@ configMaps:
"k8s.oceanbox.tos:6443", "k8s.oceanbox.tos:6443",
"k8s.ekman.tos:6443", "k8s.ekman.tos:6443",
"tag:hpc:*", "tag:hpc:*",
"tag:hel1:*",
"tag:mumindalen:*", "tag:mumindalen:*",
"dc.tos.net:*", "dc.tos.net:*",
"dc.hel1.net:*",
] ]
}, },
{ {
@@ -206,6 +212,7 @@ configMaps:
"tag:mumindalen:0", "tag:mumindalen:0",
"tag:hpc:22,80,443", "tag:hpc:22,80,443",
"dc.tos.net:22,80,443", "dc.tos.net:22,80,443",
"dc.hel1.net:443",
] ]
}, },
{ {