Fix wiki values
This commit is contained in:
parent
d2d7b9081a
commit
e210c51938
@ -24,26 +24,16 @@ ingress:
|
|||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
postgresqlUser: wikijs
|
||||||
username: wikijs
|
postgresqlPassword: wikijs123
|
||||||
password: wikijs123
|
postgresqlDatabase: wiki
|
||||||
database: wiki
|
persistence:
|
||||||
primary:
|
enabled: true
|
||||||
persistence:
|
size: 30Gi
|
||||||
enabled: true
|
storageClass: nfs-client
|
||||||
storageClass: nfs-client
|
accessMode: ReadWriteOnce
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
size: 30Gi
|
|
||||||
|
|
||||||
envVars:
|
|
||||||
DB_TYPE: "postgres"
|
|
||||||
DB_HOST: "wikijs-postgresql"
|
|
||||||
DB_PORT: "5432"
|
|
||||||
DB_USER: "wikijs"
|
|
||||||
DB_PASS: "wikijs123"
|
|
||||||
DB_NAME: "wiki"
|
|
||||||
|
|
||||||
|
env: # You can pass OIDC and other secrets this way
|
||||||
OIDC_ENABLED: "true"
|
OIDC_ENABLED: "true"
|
||||||
OIDC_CLIENT_ID: "wikijs"
|
OIDC_CLIENT_ID: "wikijs"
|
||||||
OIDC_CLIENT_SECRET: "ccBWA0WqVjWJSRglp7f2EFRcFHIYYkTX"
|
OIDC_CLIENT_SECRET: "ccBWA0WqVjWJSRglp7f2EFRcFHIYYkTX"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user