From 87bf2c5dfe15da4491437801e8849ea15b284d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 19 Sep 2025 11:49:33 +0200 Subject: [PATCH] fix(hs): Persist changes for ceph.vtn --- values/headscale/values/values.yaml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/values/headscale/values/values.yaml b/values/headscale/values/values.yaml index f38d6f02..406b0ec6 100644 --- a/values/headscale/values/values.yaml +++ b/values/headscale/values/values.yaml @@ -131,7 +131,8 @@ configMaps: "hosts": { "ingress.ekman.tos": "10.255.241.99/32", "ingress.ceph.tos": "10.255.241.10/32", - "ingress.ceph.vtn": "172.16.239.19/32", + "ingress.ceph.vtn": "172.16.239.50/32", + "ingress.adm.ceph.vtn": "172.16.239.51/32", "ingress.oceanbox.tos": "10.255.241.11/32", "frontend.ekman.tos": "10.255.241.99/32", "k8s.oceanbox.tos": "10.255.241.200/32", @@ -259,11 +260,18 @@ configMaps: { "name": "alertmanager.ob-ceph.local", "type": "A", "value": "10.255.241.10" }, { "name": "hubble.ob-ceph.local", "type": "A", "value": "10.255.241.10" }, - { "name": "dashboard.ceph-vtn.local", "type": "A", "value": "172.16.239.19" }, - { "name": "grafana.ceph-vtn.local", "type": "A", "value": "172.16.239.19" }, - { "name": "prometheus.ceph-vtn.local", "type": "A", "value": "172.16.239.19" }, - { "name": "alertmanager.ceph-vtn.local", "type": "A", "value": "172.16.239.19" }, - { "name": "hubble.ceph-vtn.local", "type": "A", "value": "172.16.239.19" }, + { "name": "dashboard.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + { "name": "grafana.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + { "name": "s3.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + { "name": "prometheus.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + { "name": "alertmanager.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + { "name": "hubble.ceph.tos.local", "type": "A", "value": "10.255.241.10" }, + + { "name": "dashboard.ceph.vtn.local", "type": "A", "value": "172.16.239.50" }, + { "name": "grafana.ceph.vtn.local", "type": "A", "value": "172.16.239.50" }, + { "name": "prometheus.ceph.vtn.local", "type": "A", "value": "172.16.239.50" }, + { "name": "alertmanager.ceph.vtn.local", "type": "A", "value": "172.16.239.50" }, + { "name": "hubble.ceph.vtn.local", "type": "A", "value": "172.16.239.50" }, { "name": "jonas-atlantis.dev.oceanbox.io", "type": "A", "value": "10.255.241.11" }, { "name": "jonas-sorcerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },