From 667a12ac86c4942e082674520810f9aa798e46b8 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 19 Oct 2022 11:50:52 -0300 Subject: [PATCH] Change default moodle cron interval to 15 mins --- charts/saberes/v0.1.0/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/saberes/v0.1.0/values.yaml b/charts/saberes/v0.1.0/values.yaml index fa4abec..f1f01e0 100644 --- a/charts/saberes/v0.1.0/values.yaml +++ b/charts/saberes/v0.1.0/values.yaml @@ -37,7 +37,7 @@ moodle: reverseProxy: 'false' sslProxy: 'true' cron: - schedule: "*/5 * * * *" # Every 5 mins + schedule: "*/15 * * * *" # Every 15 mins resources: limits: cpu: 1000m