Merge branch 'nixidy' of gitlab.com:oceanbox/manifests into nixidy
This commit is contained in:
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 6f500b02-debug
|
tag: 0af435db-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "staging-atlantis"
|
dapr.io/app-id: "staging-atlantis"
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "2"
|
||||||
scopes:
|
scopes:
|
||||||
- sorcerer
|
- prod-sorcerer
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- sorcerer
|
- prod-sorcerer
|
||||||
|
|||||||
@@ -13,6 +13,12 @@
|
|||||||
"email",
|
"email",
|
||||||
"offline_access",
|
"offline_access",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"audiences": [
|
||||||
|
"atlantis",
|
||||||
|
"atlantis_dev",
|
||||||
|
"sorcerer",
|
||||||
|
"sorcerer_dev"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
@@ -37,6 +43,7 @@
|
|||||||
"http://localhost:8085",
|
"http://localhost:8085",
|
||||||
"http://localhost:8080",
|
"http://localhost:8080",
|
||||||
"https://localhost:8080",
|
"https://localhost:8080",
|
||||||
|
"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",
|
||||||
"https://atlantis.beta.oceanbox.io",
|
"https://atlantis.beta.oceanbox.io",
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "2"
|
value: "2"
|
||||||
scopes:
|
scopes:
|
||||||
- sorcerer
|
- staging-sorcerer
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ spec:
|
|||||||
- name: redisDB
|
- name: redisDB
|
||||||
value: "1"
|
value: "1"
|
||||||
scopes:
|
scopes:
|
||||||
- sorcerer
|
- staging-sorcerer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 004c06cd-debug
|
tag: ea2ca4db-debug
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user