wekan / charts

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

mongodb.architecture standalone not working #19

Closed vinzent142 closed 11 months ago

vinzent142 commented 1 year ago

Setting mongodb.architecture to standalone provides an MongoNetworkError: connect ECONNREFUSED Reverting to replicaset works fine

I'm pretty new. So ask if more information are needed.

xet7 commented 1 year ago

@vinzent142

I think setting is already replicaset ?

https://github.com/wekan/charts/blob/main/wekan/values.yaml#L129

vinzent142 commented 1 year ago

@xet7 You're right. But changing the value to standalone does not work. Maybe out of my scope, so I set replicaCount to 1.

xet7 commented 1 year ago

@Nightreaver

Does current WeKan Chart still work for you? Or is here some problem?