Try adding tailscale dns hostname for codex
This commit is contained in:
@@ -14,9 +14,14 @@ ingress:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
- host: codex.dev.tos.obx
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- codex.dev.oceanbox.io
|
- codex.dev.oceanbox.io
|
||||||
|
- codex.dev.tos.obx
|
||||||
secretName: staging-codex-tls
|
secretName: staging-codex-tls
|
||||||
volumes:
|
volumes:
|
||||||
- name: appsettings
|
- name: appsettings
|
||||||
|
|||||||
@@ -295,6 +295,8 @@ configMaps:
|
|||||||
{ "name": "alertmanager.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
{ "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": "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": "dashboard.ceph.tos.obx", "type": "A", "value": "10.255.241.10" },
|
||||||
{ "name": "grafana.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" },
|
{ "name": "s3.ceph.tos.obx", "type": "A", "value": "10.255.241.10" },
|
||||||
|
|||||||
Reference in New Issue
Block a user