From a93ee66b419d553115b09374455195c978bd2199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 24 Oct 2025 13:02:42 +0200 Subject: [PATCH] fix(hs): Add rossby ingresses --- values/headscale/values/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/values/headscale/values/values.yaml b/values/headscale/values/values.yaml index 3328b461..6a978284 100644 --- a/values/headscale/values/values.yaml +++ b/values/headscale/values/values.yaml @@ -276,6 +276,12 @@ configMaps: { "name": "plume.data.oceanbox.io", "type": "A", "value": "10.255.241.99" }, { "name": "slurm-agent.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" }, + { "name": "argocd.adm.vtn.obx", "type": "A", "value": "172.16.239.221" }, + { "name": "grafana.adm.vtn.obx", "type": "A", "value": "172.16.239.221" }, + { "name": "prometheus.adm.vtn.obx", "type": "A", "value": "172.16.239.221" }, + { "name": "alertmanager.adm.vtn.obx", "type": "A", "value": "172.16.239.221" }, + { "name": "slurm-agent.adm.vtn.obx", "type": "A", "value": "172.16.239.221" }, + { "name": "dashboard.ob-ceph.local", "type": "A", "value": "10.255.241.10" }, { "name": "grafana.ob-ceph.local", "type": "A", "value": "10.255.241.10" }, { "name": "s3.ob-ceph.local", "type": "A", "value": "10.255.241.10" },