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