fix(atlantis): Use prod-openfga, prod-rabbitmq, staging-sorcerer and staging-plume
This commit is contained in:
@@ -26,9 +26,9 @@
|
|||||||
"cookieDomain": ".oceanbox.io",
|
"cookieDomain": ".oceanbox.io",
|
||||||
"cookieName": ".obx.beta",
|
"cookieName": ".obx.beta",
|
||||||
"ttl": 12.0,
|
"ttl": 12.0,
|
||||||
"signedOutRedirectUri": "https://maps.oceanbox.io",
|
"signedOutRedirectUri": "https://maps.beta.oceanbox.io",
|
||||||
"realm": "atlantis",
|
"realm": "atlantis",
|
||||||
"environment": "prod",
|
"environment": "beta",
|
||||||
"keyStore": {
|
"keyStore": {
|
||||||
"kind": "azure",
|
"kind": "azure",
|
||||||
"uri": "https://atlantis.blob.core.windows.net",
|
"uri": "https://atlantis.blob.core.windows.net",
|
||||||
@@ -67,13 +67,13 @@
|
|||||||
"roles": [ "admin" ]
|
"roles": [ "admin" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plume": "plume.data.oceanbox.io",
|
"plume": "plume.ekman.oceanbox.io",
|
||||||
"redis": "prod-atlantis-redis-master:6379",
|
"redis": "prod-atlantis-redis-master: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.ekman.oceanbox.io",
|
||||||
"allowedOrigins": [
|
"allowedOrigins": [
|
||||||
"https://maps.beta.oceanbox.io",
|
"https://maps.dev.oceanbox.io",
|
||||||
],
|
],
|
||||||
"appName": "atlantis",
|
"appName": "atlantis",
|
||||||
"appEnv": "beta",
|
"appEnv": "beta",
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: route
|
- name: route
|
||||||
value: /events/slurm
|
value: /events/slurm
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- beta-atlantis
|
||||||
|
|||||||
@@ -7,14 +7,14 @@ spec:
|
|||||||
version: v1
|
version: v1
|
||||||
metadata:
|
metadata:
|
||||||
- name: redisHost
|
- name: redisHost
|
||||||
value: prod-atlantis-redis-master:6379
|
value: beta-atlantis-redis-master:6379
|
||||||
- name: redisUsername
|
- name: redisUsername
|
||||||
value: default
|
value: default
|
||||||
- name: redisPassword
|
- name: redisPassword
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: prod-atlantis-redis
|
name: beta-atlantis-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- beta-atlantis
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: prod-atlantis-appsettings
|
- name: beta-atlantis-appsettings
|
||||||
files:
|
files:
|
||||||
- appsettings.json
|
- appsettings.json
|
||||||
patches:
|
patches:
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
name: prod-atlantis
|
name: beta-atlantis
|
||||||
namespace: prod-atlantis
|
namespace: beta-atlantis
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- prod-atlantis-appsettings
|
- beta-atlantis-appsettings
|
||||||
resources:
|
resources:
|
||||||
- configmaps
|
- configmaps
|
||||||
verbs:
|
verbs:
|
||||||
@@ -17,7 +17,7 @@ rules:
|
|||||||
- ""
|
- ""
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- azure-keyvault
|
- azure-keyvault
|
||||||
- prod-atlantis-redis
|
- beta-atlantis-redis
|
||||||
- slurm-access-token
|
- slurm-access-token
|
||||||
resources:
|
resources:
|
||||||
- secrets
|
- secrets
|
||||||
@@ -28,13 +28,13 @@ rules:
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: prod-atlantis
|
name: beta-atlantis
|
||||||
namespace: prod-atlantis
|
namespace: beta-atlantis
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: Role
|
kind: Role
|
||||||
name: prod-atlantis
|
name: beta-atlantis
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: prod-atlantis
|
name: beta-atlantis
|
||||||
namespace: prod-atlantis
|
namespace: beta-atlantis
|
||||||
|
|||||||
@@ -7,16 +7,16 @@ spec:
|
|||||||
version: v1
|
version: v1
|
||||||
metadata:
|
metadata:
|
||||||
- name: redisHost
|
- name: redisHost
|
||||||
value: prod-atlantis-redis-master:6379
|
value: beta-atlantis-redis-master:6379
|
||||||
- name: redisUsername
|
- name: redisUsername
|
||||||
value: default
|
value: default
|
||||||
- name: redisPassword
|
- name: redisPassword
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: prod-atlantis-redis
|
name: beta-atlantis-redis
|
||||||
key: redis-password
|
key: redis-password
|
||||||
- name: actorStateStore
|
- name: actorStateStore
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "0"
|
value: "0"
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- beta-atlantis
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- beta-atlantis
|
||||||
---
|
---
|
||||||
apiVersion: dapr.io/v2alpha1
|
apiVersion: dapr.io/v2alpha1
|
||||||
kind: Subscription
|
kind: Subscription
|
||||||
@@ -24,4 +24,4 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
queueType: quorum
|
queueType: quorum
|
||||||
scopes:
|
scopes:
|
||||||
- prod-atlantis
|
- beta-atlantis
|
||||||
|
|||||||
Reference in New Issue
Block a user