fix(sorcere/atlantis): Naming beta sorcerer *.ekman
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
"redis": "beta-atlantis-redis:6379",
|
||||
"objectStore": "https://atlantis.blob.core.windows.net",
|
||||
"connString": "Username=postgres;Password=secret;Host=localhost;Port=5432;Database=app;Pooling=true;",
|
||||
"sorcerer" : "https://sorcerer.beta.oceanbox.io",
|
||||
"sorcerer" : "https://sorcerer.beta.ekman.oceanbox.io",
|
||||
"allowedOrigins": [
|
||||
"https://maps.beta.oceanbox.io"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
redis-password: N2drUGlEN0ZMNA==
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: beta-sorcerer-redis
|
||||
namespace: beta-sorcerer
|
||||
type: Opaque
|
||||
@@ -1,5 +1,9 @@
|
||||
replicaCount: 1
|
||||
|
||||
#image:
|
||||
#repository: git.oceanbox.io/oceanbox/poseidon/atlantis
|
||||
#tag: v1.41.4
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "beta-atlantis"
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"http://localhost:8080",
|
||||
"https://localhost:8080",
|
||||
"https://sorcerer.data.oceanbox.io",
|
||||
"https://sorcerer.beta.oceanbox.io",
|
||||
"https://sorcerer.beta.ekman.oceanbox.io",
|
||||
"https://sorcerer.ekman.oceanbox.io",
|
||||
"https://sorcerer.local.oceanbox.io:8080",
|
||||
"https://atlantis.local.oceanbox.io:8080",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
|
||||
tag: a0e383e7-debug
|
||||
# image:
|
||||
# repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
|
||||
# tag: v1.41.4
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/enabled: "true"
|
||||
@@ -44,7 +44,7 @@ ingress:
|
||||
nginx.ingress.kubernetes.io/session-cookie-expires: "86400"
|
||||
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
|
||||
hosts:
|
||||
- host: sorcerer.beta.oceanbox.io
|
||||
- host: sorcerer.beta.ekman.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
@@ -63,7 +63,7 @@ ingress:
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.beta.oceanbox.io
|
||||
- sorcerer.beta.ekman.oceanbox.io
|
||||
secretName: beta-sorcerer-tls
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user