Fix wiki values
This commit is contained in:
parent
be6a9281ae
commit
d2d7b9081a
@ -28,14 +28,22 @@ postgresql:
|
||||
username: wikijs
|
||||
password: wikijs123
|
||||
database: wiki
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 30Gi
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: nfs-client
|
||||
accessMode: ReadWriteMany
|
||||
size: 10Gi
|
||||
envVars:
|
||||
DB_TYPE: "postgres"
|
||||
DB_HOST: "wikijs-postgresql"
|
||||
DB_PORT: "5432"
|
||||
DB_USER: "wikijs"
|
||||
DB_PASS: "wikijs123"
|
||||
DB_NAME: "wiki"
|
||||
|
||||
env:
|
||||
OIDC_ENABLED: "true"
|
||||
OIDC_CLIENT_ID: "wikijs"
|
||||
OIDC_CLIENT_SECRET: "ccBWA0WqVjWJSRglp7f2EFRcFHIYYkTX"
|
||||
@ -47,14 +55,8 @@ env:
|
||||
OIDC_CALLBACK_URL: "https://wiki.dvirlabs.com/auth/oidc.callback"
|
||||
OIDC_AUTO_REGISTER: "true"
|
||||
OIDC_DEFAULT_ROLE: "editor"
|
||||
|
||||
envVars:
|
||||
DB_TYPE: "postgres"
|
||||
DB_HOST: "wikijs-postgresql"
|
||||
DB_PORT: "5432"
|
||||
DB_USER: "wikijs"
|
||||
DB_PASS: "wikijs123"
|
||||
DB_NAME: "wiki"
|
||||
OIDC_GROUPS_CLAIM: "groups"
|
||||
OIDC_ADMIN_GROUP: "wikijs-admins"
|
||||
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/worker: "true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user