Skip to content
Snippets Groups Projects
Verified Commit c7e0012d authored by Arie Peterson's avatar Arie Peterson
Browse files

Add backupSet labels to wekan's mongodb

parent f42f9198
No related branches found
No related tags found
1 merge request!463Resolve "Restore instructions"
......@@ -95,11 +95,15 @@ data:
rootPassword: ${mongodb_root_password}
password: ${mongodb_password}
podAnnotations:
# Let the backup system include rocketchat data stored in mongodb.
# Let the backup system include wekan data stored in mongodb.
backup.velero.io/backup-volumes: "datadir"
podLabels:
openappstack.net/backupSet: "wekan"
# `labels` are applied by the mongodb chart to the statefulset.
labels:
openappstack.net/backupSet: "wekan"
persistence:
enabled: true
# FIXME: This value is ignored by the chart currently in use
existingClaim: "wekan"
resources:
limits:
......
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