introduced variables to s3 backup cronjob

This commit is contained in:
Manuel Ganter 2025-08-12 16:08:30 +02:00
parent 3919f6035d
commit 3276d0673d
No known key found for this signature in database

View file

@ -5,8 +5,15 @@ metadata:
namespace: gitea namespace: gitea
spec: spec:
schedule: "0 1 * * *" schedule: "0 1 * * *"
concurrencyPolicy: "Forbid"
successfulJobsHistoryLimit: 5
failedJobsHistoryLimit: 5
startingDeadlineSeconds: 600
jobTemplate: jobTemplate:
spec: spec:
activeDeadlineSeconds: 1350
backoffLimit: 2
ttlSecondsAfterFinished: 259200
template: template:
spec: spec:
containers: containers: