wekan / charts

Wekan Helm Charts to deploy to Kubernetes
MIT License
3 stars 15 forks source link

Better documentation for mongodb persistence #34

Closed emoritzx closed 3 months ago

emoritzx commented 3 months ago

values.yml suggests that you can use an existing PVC by setting mongodb.persistence.existingClaim, but that claim will not actually be used unless you also set mongodb.architecture: standalone and mongodb.useStatefulSet: false.

emoritzx commented 3 months ago

Also required to manually set MONGO_URL: mongodb://wekan-mongodb:27017 in the wekan Deployment as the chart still sets the URL as if it is a replicaset

xet7 commented 3 months ago

@emoritzx

Can you send PR that has all of those changes?