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
@@ -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: