fix: change exp subdomain to ekman (I can't decide...)
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
prune: true
|
||||
- cluster: https://10.255.241.99:4443
|
||||
env: staging
|
||||
hostname: sorcerer.exp.oceanbox.io
|
||||
hostname: sorcerer.ekman.oceanbox.io
|
||||
autoSync: true
|
||||
prune: true
|
||||
template:
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
"https://atlantis.srv.oceanbox.io",
|
||||
"https://maps.relic.oceanbox.io",
|
||||
"https://sorcerer.data.oceanbox.io",
|
||||
"https://sorcerer.exp.oceanbox.io",
|
||||
"https://sorcerer.jonas.exp.oceanbox.io",
|
||||
"https://sorcerer.simkir.exp.oceanbox.io",
|
||||
"https://sorcerer.stig.exp.oceanbox.io",
|
||||
"https://sorcerer.ekman.oceanbox.io",
|
||||
"https://sorcerer.jonas.ekman.oceanbox.io",
|
||||
"https://sorcerer.simkir.ekman.oceanbox.io",
|
||||
"https://sorcerer.stig.ekman.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://atlantis.jonas.dev.oceanbox.io",
|
||||
"https://atlantis.stig.dev.oceanbox.io",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"https://maps.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io",
|
||||
"https://sorcerer.data.oceanbox.io",
|
||||
"https://sorcerer.exp.oceanbox.io",
|
||||
"https://sorcerer.ekman.oceanbox.io",
|
||||
"https://atlantis.jonas.dev.oceanbox.io",
|
||||
"https://atlantis.stig.dev.oceanbox.io",
|
||||
"https://atlantis.simkir.dev.oceanbox.io",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
"archmeister" : "https://archmeister.beta.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.exp.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.ekman.oceanbox.io",
|
||||
"allowedOrigins": [
|
||||
"http://atlantis.beta.oceanbox.io",
|
||||
"https://atlantis.beta.oceanbox.io"
|
||||
|
||||
@@ -110,12 +110,12 @@ staticClients:
|
||||
- id: sorcerer
|
||||
redirectURIs:
|
||||
- 'https://sorcerer.data.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.exp.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.ekman.oceanbox.io/signin-oidc'
|
||||
name: 'Sorcerer'
|
||||
secret: sIUXxSQLaTJiLCQ9AqBhmEbAL9lubHGB
|
||||
- id: sorcerer_dev
|
||||
redirectURIs:
|
||||
- 'https://sorcerer.exp.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.ekman.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.jonas.dev.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.stig.dev.oceanbox.io/signin-oidc'
|
||||
- 'https://sorcerer.simkir.dev.oceanbox.io/signin-oidc'
|
||||
|
||||
@@ -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.exp.oceanbox.io
|
||||
- host: sorcerer.ekman.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.exp.oceanbox.io
|
||||
- sorcerer.ekman.oceanbox.io
|
||||
secretName: staging-sorcerer-tls
|
||||
persistence:
|
||||
existingClaim: staging-oceanbox-archives
|
||||
|
||||
Reference in New Issue
Block a user