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