fix(sorcerer): Change ingress

This commit is contained in:
2025-11-29 15:37:42 +01:00
parent bb0256ff3d
commit 38b13658a9
3 changed files with 13 additions and 6 deletions
+10 -3
View File
@@ -79,21 +79,28 @@ config:
- "[RESPONSE_TIME] <= 1000"
endpoints:
- name: Atlantis
- name: Atlantis TOS
<<: *https-endpoint
group: "Primary Services"
url: https://maps.oceanbox.io/healthz
alerts:
- type: custom
- name: Sorcerer
- name: Sorcerer TOS
<<: *https-endpoint
group: "Primary Services"
url: https://sorcerer.data.oceanbox.io/healthz
alerts:
- type: custom
- name: Plume
- name: Sorcerer VTN
<<: *https-endpoint
group: "Primary Services"
url: https://sorcerer.vtn.oceanbox.io/healthz
alerts:
- type: custom
- name: Plume TOS
<<: *https-endpoint
group: "Secondary Services"
url: https://plume.data.oceanbox.io/healthz
@@ -53,7 +53,7 @@
"http://localhost:8085",
"http://localhost:8080",
"https://localhost:8080",
"https://sorcerer.rossby.oceanbox.io",
"https://sorcerer.vtn.oceanbox.io",
"https://sorcerer.local.oceanbox.io:8080",
"https://atlantis.local.oceanbox.io:8080",
"https://maps.oceanbox.io",
@@ -40,7 +40,7 @@ ingress:
nginx.ingress.kubernetes.io/session-cookie-expires: "86400"
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
hosts:
- host: sorcerer.rossby.oceanbox.io
- host: sorcerer.vtn.oceanbox.io
paths:
paths:
- path: /
@@ -60,7 +60,7 @@ ingress:
pathType: ImplementationSpecific
tls:
- hosts:
- sorcerer.rossby.oceanbox.io
- sorcerer.vtn.oceanbox.io
secretName: prod-sorcerer-tls
persistence: