File tree Expand file tree Collapse file tree
seaweedfs/3/chart/seaweedfs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " standard-1000m"
22id : ac2300db-f5ac-413e-a663-dd13da2034b0
3+ <<<<<<< HEAD
34description : " Fluentbit standard-1000m plan: vCPUs 1000m, RAM 1G"
5+ =======
6+ description : " Fluentbit standard-100m plan: vCPUs 1000m, RAM 1G"
7+ >>>>>>> ad5012ff6d6a918f761d03fc082781f8a8e170de
48displayName : " standard-1000m"
59bindable : true
610maximum_polling_duration : 1800
Original file line number Diff line number Diff line change 1- name : " standard-200m "
1+ name : " standard-5 "
22id : 1b3968b6-ea84-4f34-b1d9-b51e65d01b1c
3- description : " Fluentbit standard-200m plan: vCPUs 200m , RAM 128M"
4- displayName : " standard-200m "
3+ description : " Fluentbit standard-5 plan: vCPUs 100m , RAM 128M"
4+ displayName : " standard-5 "
55bindable : true
66maximum_polling_duration : 1800
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
1212 {{- end }}
1313spec :
1414 timeZone : " {{ .Values.cronjob.timeZone }}"
15- schedule : " {{ .Values.cronjob.schedule }}"
15+ schedule : " {{ (tpl .Values.cronjob.schedule $) }}"
1616 concurrencyPolicy : " {{ .Values.cronjob.concurrencyPolicy }}"
1717 successfulJobsHistoryLimit : {{ .Values.cronjob.successfulJobsHistoryLimit }}
1818 failedJobsHistoryLimit : {{ .Values.cronjob.failedJobsHistoryLimit }}
Original file line number Diff line number Diff line change @@ -397,10 +397,12 @@ cronjob:
397397 volume.deleteEmpty -quietFor=24h -force
398398 volume.balance -force
399399 volume.fix.replication
400+ volume.fsck -reallyDeleteFromVolume
401+ volume.vacuum -garbageThreshold 0
400402 s3.clean.uploads -timeAgo=24h
401403 unlock
402404 timeZone : " Etc/UTC"
403- schedule : " 0 */1 * * *"
405+ schedule : " {{ mod (randNumeric 3) 60 }} {{ mod (randNumeric 3) 24 }} * * *"
404406 concurrencyPolicy : " Replace"
405407 successfulJobsHistoryLimit : 1
406408 failedJobsHistoryLimit : 1
You can’t perform that action at this time.
0 commit comments