Try adding tailscale dns hostname for codex

This commit is contained in:
2025-11-27 13:50:00 +01:00
parent 24977a9a77
commit 163452b8c6
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -14,9 +14,14 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: codex.dev.tos.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- codex.dev.oceanbox.io
- codex.dev.tos.obx
secretName: staging-codex-tls
volumes:
- name: appsettings
+2
View File
@@ -295,6 +295,8 @@ 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": "codex.dev.tos.obx", "type": "A", "value": "10.255.241.11" },
{ "name": "dashboard.ceph.tos.obx", "type": "A", "value": "10.255.241.10" },
{ "name": "grafana.ceph.tos.obx", "type": "A", "value": "10.255.241.10" },
{ "name": "s3.ceph.tos.obx", "type": "A", "value": "10.255.241.10" },