fix(hs): Change vtn ip 10 -> 19

This commit is contained in:
2025-09-15 16:10:45 +02:00
parent 6d2ce1aa52
commit 7e1917d967
+6 -6
View File
@@ -131,7 +131,7 @@ configMaps:
"hosts": {
"ingress.ekman.tos": "10.255.241.99/32",
"ingress.ceph.tos": "10.255.241.10/32",
"ingress.ceph.vtn": "172.16.239.10/32",
"ingress.ceph.vtn": "172.16.239.19/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 +259,11 @@ 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.10" },
{ "name": "grafana.ceph-vtn.local", "type": "A", "value": "172.16.239.10" },
{ "name": "prometheus.ceph-vtn.local", "type": "A", "value": "172.16.239.10" },
{ "name": "alertmanager.ceph-vtn.local", "type": "A", "value": "172.16.239.10" },
{ "name": "hubble.ceph-vtn.local", "type": "A", "value": "172.16.239.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": "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" },