Skip to content
Snippets Groups Projects
Verified Commit bfa7dca5 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make Wekans MongoDB use a statefulset so it does not try to start a new pod...

make Wekans MongoDB use a statefulset so it does not try to start a new pod before stopping the old one
parent 2b45f4b3
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ data: ...@@ -87,6 +87,7 @@ data:
mongodb: mongodb:
enabled: true enabled: true
architecture: standalone architecture: standalone
useStatefulSet: true
auth: auth:
enabled: true enabled: true
username: wekan username: wekan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment