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" - "[RESPONSE_TIME] <= 1000"
endpoints: endpoints:
- name: Atlantis - name: Atlantis TOS
<<: *https-endpoint <<: *https-endpoint
group: "Primary Services" group: "Primary Services"
url: https://maps.oceanbox.io/healthz url: https://maps.oceanbox.io/healthz
alerts: alerts:
- type: custom - type: custom
- name: Sorcerer - name: Sorcerer TOS
<<: *https-endpoint <<: *https-endpoint
group: "Primary Services" group: "Primary Services"
url: https://sorcerer.data.oceanbox.io/healthz url: https://sorcerer.data.oceanbox.io/healthz
alerts: alerts:
- type: custom - 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 <<: *https-endpoint
group: "Secondary Services" group: "Secondary Services"
url: https://plume.data.oceanbox.io/healthz url: https://plume.data.oceanbox.io/healthz
@@ -53,7 +53,7 @@
"http://localhost:8085", "http://localhost:8085",
"http://localhost:8080", "http://localhost:8080",
"https://localhost:8080", "https://localhost:8080",
"https://sorcerer.rossby.oceanbox.io", "https://sorcerer.vtn.oceanbox.io",
"https://sorcerer.local.oceanbox.io:8080", "https://sorcerer.local.oceanbox.io:8080",
"https://atlantis.local.oceanbox.io:8080", "https://atlantis.local.oceanbox.io:8080",
"https://maps.oceanbox.io", "https://maps.oceanbox.io",
@@ -40,7 +40,7 @@ ingress:
nginx.ingress.kubernetes.io/session-cookie-expires: "86400" nginx.ingress.kubernetes.io/session-cookie-expires: "86400"
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400" nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
hosts: hosts:
- host: sorcerer.rossby.oceanbox.io - host: sorcerer.vtn.oceanbox.io
paths: paths:
paths: paths:
- path: / - path: /
@@ -60,7 +60,7 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.rossby.oceanbox.io - sorcerer.vtn.oceanbox.io
secretName: prod-sorcerer-tls secretName: prod-sorcerer-tls
persistence: persistence: