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