schedule postgres at 12 instead of midnight

This commit is contained in:
Florian Herrengt 2024-07-12 12:05:47 +01:00
parent 73b0fd6b9b
commit 3e8e8282a5
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ metadata:
name: postgres-backup
namespace: databases
spec:
schedule: "0 0 * * *"
schedule: "0 12 * * *"
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1