fix(dex): Only 1 replica for now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
|
||||
config:
|
||||
issuer: https://auth.adm.oceanbox.io
|
||||
@@ -33,24 +33,23 @@ config:
|
||||
redirectURI: https://auth.adm.oceanbox.io/callback
|
||||
|
||||
staticClients:
|
||||
- id: dex
|
||||
name: Dex
|
||||
secret: $CLIENT_SECRET_DEX
|
||||
redirectURIs:
|
||||
- https://idp.beta.oceanbox.io/dex/callback
|
||||
- https://idp.dev.oceanbox.io/dex/callback
|
||||
- https://idp.oceanbox.io/dex/callback
|
||||
- https://idp.srv.oceanbox.io/dex/callback
|
||||
|
||||
- id: atlantis
|
||||
name: Atlantis
|
||||
secret: $CLIENT_SECRET_ATLANTIS
|
||||
redirectURIs:
|
||||
- https://maps.beta.oceanbox.io/signin-oidc
|
||||
- https://codex.adm.oceanbox.io/signin-oidc
|
||||
- https://maps.oceanbox.io/signin-oidc
|
||||
- https://oceanbox.app/signin-oidc
|
||||
- https://atlantis.srv.oceanbox.io/signin-oidc
|
||||
# - id: dex
|
||||
# name: Dex
|
||||
# secret: $CLIENT_SECRET_DEX
|
||||
# redirectURIs:
|
||||
# - https://idp.beta.oceanbox.io/dex/callback
|
||||
# - https://idp.dev.oceanbox.io/dex/callback
|
||||
# - https://idp.oceanbox.io/dex/callback
|
||||
# - https://idp.srv.oceanbox.io/dex/callback
|
||||
# - id: atlantis
|
||||
# name: Atlantis
|
||||
# secret: $CLIENT_SECRET_ATLANTIS
|
||||
# redirectURIs:
|
||||
# - https://maps.beta.oceanbox.io/signin-oidc
|
||||
# - https://codex.adm.oceanbox.io/signin-oidc
|
||||
# - https://maps.oceanbox.io/signin-oidc
|
||||
# - https://oceanbox.app/signin-oidc
|
||||
# - https://atlantis.srv.oceanbox.io/signin-oidc
|
||||
|
||||
- id: atlantis_dev
|
||||
name: Atlantis (dev)
|
||||
@@ -72,14 +71,14 @@ config:
|
||||
- https://simkir-atlantis.dev.oceanbox.io/signin-oidc
|
||||
- https://codex.dev.oceanbox.io/signin-oidc
|
||||
|
||||
- id: sorcerer
|
||||
name: Sorcerer
|
||||
secret: $CLIENT_SECRET_SORCERER
|
||||
redirectURIs:
|
||||
- https://sorcerer.vtn.oceanbox.io/signin-oidc
|
||||
- https://sorcerer.beta.ekman.oceanbox.io/signin-oidc
|
||||
- https://sorcerer.ekman.oceanbox.io/signin-oidc
|
||||
- https://sorcerer.data.oceanbox.io/signin-oidc
|
||||
# - id: sorcerer
|
||||
# name: Sorcerer
|
||||
# secret: $CLIENT_SECRET_SORCERER
|
||||
# redirectURIs:
|
||||
# - https://sorcerer.vtn.oceanbox.io/signin-oidc
|
||||
# - https://sorcerer.beta.ekman.oceanbox.io/signin-oidc
|
||||
# - https://sorcerer.ekman.oceanbox.io/signin-oidc
|
||||
# - https://sorcerer.data.oceanbox.io/signin-oidc
|
||||
|
||||
- id: sorcerer_dev
|
||||
name: Sorcerer (dev)
|
||||
|
||||
Reference in New Issue
Block a user