Increase the pvc
This commit is contained in:
parent
861abe1a75
commit
be6a9281ae
@ -33,7 +33,7 @@ persistence:
|
||||
enabled: true
|
||||
storageClass: nfs-client
|
||||
accessMode: ReadWriteMany
|
||||
size: 1Gi
|
||||
size: 10Gi
|
||||
|
||||
env:
|
||||
OIDC_ENABLED: "true"
|
||||
@ -48,12 +48,13 @@ env:
|
||||
OIDC_AUTO_REGISTER: "true"
|
||||
OIDC_DEFAULT_ROLE: "editor"
|
||||
|
||||
# DB_TYPE: "postgres"
|
||||
# DB_HOST: "wikijs-postgresql" # or check the actual service name from `kubectl get svc`
|
||||
# DB_PORT: "5432"
|
||||
# DB_USER: "wikijs"
|
||||
# DB_PASS: "wikijs123"
|
||||
# DB_NAME: "wiki"
|
||||
envVars:
|
||||
DB_TYPE: "postgres"
|
||||
DB_HOST: "wikijs-postgresql"
|
||||
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