fix: fix appsettings etc.
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
},
|
||||
"allowedOrigins": [
|
||||
"https://maps.oceanbox.io",
|
||||
"https://atlantis.srv.oceanbox.io",
|
||||
"https://maps.relic.oceanbox.io",
|
||||
"https://beta.sorcerer.ekman.oceanbox.io",
|
||||
"https://sorcerer.ekman.oceanbox.io",
|
||||
"https://sorcerer.data.oceanbox.io",
|
||||
"https://sorcerer.hpc.oceanbox.io",
|
||||
"https://jonas-sorcerer.ekman.oceanbox.io",
|
||||
"https://beta.sorcerer.ekman.oceanbox.io",
|
||||
"https://simkir-sorcerer.ekman.oceanbox.io",
|
||||
"https://stig-sorcerer.ekman.oceanbox.io",
|
||||
"https://s.local.oceanbox.io:8080",
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://jonas-atlantis.beta.oceanbox.io",
|
||||
"https://simkir-atlantis.beta.oceanbox.io",
|
||||
|
||||
@@ -24,12 +24,11 @@
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
"allowedOrigins": [
|
||||
"https://beta.sorcerer.ekman.oceanbox.io",
|
||||
"https://sorcerer.ekman.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://sorcerer.beta.data.oceanbox.io",
|
||||
"https://sorcerer.hpc.oceanbox.io",
|
||||
"https://s.local.oceanbox.io:8080",
|
||||
"https://maps.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://jonas-atlantis.beta.oceanbox.io",
|
||||
"https://simkir-atlantis.beta.oceanbox.io",
|
||||
"https://stig-atlantis.beta.oceanbox.io",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
"archmeister" : "https://archmeister.srv.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.archive.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.data.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.archive.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.beta.data.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.srv.archive.oceanbox.io
|
||||
- host: sorcerer.data.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.srv.archive.oceanbox.io
|
||||
- sorcerer.data.oceanbox.io
|
||||
secretName: prod-sorcerer-tls
|
||||
|
||||
persistence:
|
||||
|
||||
@@ -6,13 +6,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.archive.oceanbox.io
|
||||
- host: sorcerer.beta.data.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.beta.archive.oceanbox.io
|
||||
- sorcerer.beta.data.oceanbox.io
|
||||
secretName: staging-sorcerer-tls
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user