Skip to content

Commit ae8f8b4

Browse files
committed
megre(addons)
2 parents 7aa0ec0 + ad5012f commit ae8f8b4

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "standard-1000m"
22
id: ac2300db-f5ac-413e-a663-dd13da2034b0
3+
<<<<<<< HEAD
34
description: "Fluentbit standard-1000m plan: vCPUs 1000m, RAM 1G"
5+
=======
6+
description: "Fluentbit standard-100m plan: vCPUs 1000m, RAM 1G"
7+
>>>>>>> ad5012ff6d6a918f761d03fc082781f8a8e170de
48
displayName: "standard-1000m"
59
bindable: true
610
maximum_polling_duration: 1800
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: "standard-200m"
1+
name: "standard-5"
22
id: 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"
55
bindable: true
66
maximum_polling_duration: 1800

addons/seaweedfs/3/chart/seaweedfs/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
{{- end }}
1313
spec:
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 }}

addons/seaweedfs/3/chart/seaweedfs/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)