cronjob: fix and update

enable/disable fix.replication & support for CollectionPrefix filtering
fix toleration and nodeSelector helm templating issues
This commit is contained in:
LazyDBA247-Anyvision
2021-02-09 09:46:21 +02:00
parent b6fba0c03f
commit 2646f5a784
2 changed files with 19 additions and 12 deletions

View File

@@ -359,17 +359,21 @@ s3:
storageClass: ""
cronjob:
enabled: false
enabled: true
master: "seaweedfs-master:9333"
filer: "seaweedfs-filer-client:8888"
tolerations: ""
nodeSelector: |
sw-backend: "true"
replication:
enable: true
collectionPattern: ""
schedule: "*/7 * * * *"
resources: null
# balance all volumes among volume servers
# ALL|EACH_COLLECTION|<collection_name>
collection: ""
master: ""
filer: ""
tolerations: ""
nodeSelector: |
sw-backend: "true"
certificates:
commonName: "SeaweedFS CA"