From 3f317e4b5b8b47e09dbe7b0d819a43ae8246984c Mon Sep 17 00:00:00 2001
From: Lars Seipel <ls@slrz.net>
Date: Fri, 3 Mar 2023 15:03:13 +0100
Subject: [PATCH] charts: default schedule to every 6h

---
 charts/geoip-fetcher/templates/cronjob.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/geoip-fetcher/templates/cronjob.yaml b/charts/geoip-fetcher/templates/cronjob.yaml
index fc7736f..c862c3f 100644
--- a/charts/geoip-fetcher/templates/cronjob.yaml
+++ b/charts/geoip-fetcher/templates/cronjob.yaml
@@ -6,7 +6,7 @@ metadata:
   labels:
     {{- include "geoip-fetcher.labels" . | nindent 4 }}
 spec:
-  schedule: '22 */12 * * *'
+  schedule: '22 */6 * * *'
   concurrencyPolicy: Forbid
   failedJobsHistoryLimit: 3
   successfulJobsHistoryLimit: 3
-- 
GitLab