12 lines
196 B
YAML
12 lines
196 B
YAML
apiVersion: longhorn.io/v1beta2
|
|
kind: RecurringJob
|
|
metadata:
|
|
name: trim
|
|
namespace: longhorn-system
|
|
spec:
|
|
cron: "0 0 7 * *"
|
|
task: "filesystem-trim"
|
|
concurrency: 1
|
|
groups:
|
|
- default
|