fix: update domains for better cookie hygiene
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"https://atlantis.srv.oceanbox.io",
|
||||
"https://maps.relic.oceanbox.io",
|
||||
"https://sorcerer.data.oceanbox.io",
|
||||
"https://sorcerer.data.srv.oceanbox.io",
|
||||
"https://sorcerer.hpc.oceanbox.io",
|
||||
"https://jonas-sorcerer.ekman.oceanbox.io",
|
||||
"https://beta.sorcerer.ekman.oceanbox.io",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
},
|
||||
"allowedOrigins": [
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://sorcerer.data.beta.oceanbox.io",
|
||||
"https://sorcerer.beta.data.oceanbox.io",
|
||||
"https://sorcerer.hpc.oceanbox.io",
|
||||
"https://s.local.oceanbox.io:8080",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
"archmeister" : "https://archmeister.srv.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.data.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.data.srv.oceanbox.io",
|
||||
"allowedOrigins": [
|
||||
"http://maps.oceanbox.io",
|
||||
"https://maps.oceanbox.io",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
"archmeister" : "https://archmeister.beta.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.beta.data.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.data.beta.oceanbox.io",
|
||||
"allowedOrigins": [
|
||||
"http://atlantis.beta.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io"
|
||||
|
||||
@@ -2,13 +2,13 @@ ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
hosts:
|
||||
- host: sorcerer.data.oceanbox.io
|
||||
- host: sorcerer.data.srv.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.data.oceanbox.io
|
||||
- sorcerer.data.srv.oceanbox.io
|
||||
secretName: prod-sorcerer-tls
|
||||
|
||||
persistence:
|
||||
|
||||
@@ -5,13 +5,13 @@ ingress:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
||||
hosts:
|
||||
- host: sorcerer.beta.data.oceanbox.io
|
||||
- host: sorcerer.data.beta.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.beta.data.oceanbox.io
|
||||
- sorcerer.data.beta.oceanbox.io
|
||||
secretName: staging-sorcerer-tls
|
||||
persistence:
|
||||
existingClaim: staging-oceanbox-archives
|
||||
|
||||
Reference in New Issue
Block a user