Skip to content
Snippets Groups Projects
Commit 3f317e4b authored by Lars Seipel's avatar Lars Seipel
Browse files

charts: default schedule to every 6h

parent 60a66ec8
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
labels: labels:
{{- include "geoip-fetcher.labels" . | nindent 4 }} {{- include "geoip-fetcher.labels" . | nindent 4 }}
spec: spec:
schedule: '22 */12 * * *' schedule: '22 */6 * * *'
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
failedJobsHistoryLimit: 3 failedJobsHistoryLimit: 3
successfulJobsHistoryLimit: 3 successfulJobsHistoryLimit: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment