Try to fix wikijs
This commit is contained in:
parent
a5aef7002e
commit
826eb57e08
@ -33,20 +33,13 @@ postgresql:
|
||||
storageClass: nfs-client
|
||||
accessMode: ReadWriteOnce
|
||||
|
||||
env: # You can pass OIDC and other secrets this way
|
||||
OIDC_ENABLED: "true"
|
||||
OIDC_CLIENT_ID: "wikijs"
|
||||
OIDC_CLIENT_SECRET: "ccBWA0WqVjWJSRglp7f2EFRcFHIYYkTX"
|
||||
OIDC_ISSUER: "https://keycloak.dvirlabs.com/realms/lab"
|
||||
OIDC_AUTHORIZATION_URL: "https://keycloak.dvirlabs.com/realms/lab/protocol/openid-connect/auth"
|
||||
OIDC_TOKEN_URL: "https://keycloak.dvirlabs.com/realms/lab/protocol/openid-connect/token"
|
||||
OIDC_USERINFO_URL: "https://keycloak.dvirlabs.com/realms/lab/protocol/openid-connect/userinfo"
|
||||
OIDC_SCOPE: "openid email profile"
|
||||
OIDC_CALLBACK_URL: "https://wiki.dvirlabs.com/auth/oidc.callback"
|
||||
OIDC_AUTO_REGISTER: "true"
|
||||
OIDC_DEFAULT_ROLE: "editor"
|
||||
OIDC_GROUPS_CLAIM: "groups"
|
||||
OIDC_ADMIN_GROUP: "wikijs-admins"
|
||||
env:
|
||||
DB_TYPE: postgres
|
||||
DB_HOST: localhost
|
||||
DB_PORT: 5432
|
||||
DB_USER: wikijs
|
||||
DB_PASS: wikijs123
|
||||
DB_NAME: wiki
|
||||
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user