mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-08 05:32:46 +00:00
feat(freshrss): add configuration to enable cron (#6)
This commit is contained in:
@ -59,6 +59,9 @@ freshrss:
|
||||
user: admin
|
||||
password: admin
|
||||
email: admin@example.com
|
||||
cron:
|
||||
enabled: false
|
||||
cronMin: "13,43" # Minute(s) past the hour to run cron
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user