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