Try adding tailscale dns hostname for codex
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user