fix: fix appsettings etc.

This commit is contained in:
2024-02-21 21:35:13 +01:00
parent 6ab5300267
commit 295adf6a39
6 changed files with 11 additions and 12 deletions
+3 -3
View File
@@ -25,14 +25,14 @@
}, },
"allowedOrigins": [ "allowedOrigins": [
"https://maps.oceanbox.io", "https://maps.oceanbox.io",
"https://atlantis.srv.oceanbox.io",
"https://maps.relic.oceanbox.io", "https://maps.relic.oceanbox.io",
"https://beta.sorcerer.ekman.oceanbox.io", "https://sorcerer.data.oceanbox.io",
"https://sorcerer.ekman.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://simkir-sorcerer.ekman.oceanbox.io", "https://simkir-sorcerer.ekman.oceanbox.io",
"https://stig-sorcerer.ekman.oceanbox.io", "https://stig-sorcerer.ekman.oceanbox.io",
"https://s.local.oceanbox.io:8080",
"https://atlantis.beta.oceanbox.io", "https://atlantis.beta.oceanbox.io",
"https://jonas-atlantis.beta.oceanbox.io", "https://jonas-atlantis.beta.oceanbox.io",
"https://simkir-atlantis.beta.oceanbox.io", "https://simkir-atlantis.beta.oceanbox.io",
+2 -3
View File
@@ -24,12 +24,11 @@
"dataProtectionKeys": "DataProtection-Keys" "dataProtectionKeys": "DataProtection-Keys"
}, },
"allowedOrigins": [ "allowedOrigins": [
"https://beta.sorcerer.ekman.oceanbox.io", "https://atlantis.beta.oceanbox.io",
"https://sorcerer.ekman.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",
"https://maps.oceanbox.io", "https://maps.oceanbox.io",
"https://atlantis.beta.oceanbox.io",
"https://jonas-atlantis.beta.oceanbox.io", "https://jonas-atlantis.beta.oceanbox.io",
"https://simkir-atlantis.beta.oceanbox.io", "https://simkir-atlantis.beta.oceanbox.io",
"https://stig-atlantis.beta.oceanbox.io", "https://stig-atlantis.beta.oceanbox.io",
+1 -1
View File
@@ -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.archive.oceanbox.io", "sorcerer" : "https://sorcerer.data.oceanbox.io",
"allowedOrigins": [ "allowedOrigins": [
"http://maps.oceanbox.io", "http://maps.oceanbox.io",
"https://maps.oceanbox.io", "https://maps.oceanbox.io",
+1 -1
View File
@@ -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.archive.oceanbox.io", "sorcerer" : "https://sorcerer.beta.data.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 -2
View File
@@ -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.srv.archive.oceanbox.io - host: sorcerer.data.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.srv.archive.oceanbox.io - sorcerer.data.oceanbox.io
secretName: prod-sorcerer-tls secretName: prod-sorcerer-tls
persistence: persistence:
+2 -2
View File
@@ -6,13 +6,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.archive.oceanbox.io - host: sorcerer.beta.data.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.beta.archive.oceanbox.io - sorcerer.beta.data.oceanbox.io
secretName: staging-sorcerer-tls secretName: staging-sorcerer-tls
persistence: persistence: