feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 26d82b3f85 - Show all commits

View File

@ -6,6 +6,7 @@ metadata:
namespace: communication namespace: communication
spec: spec:
schedule: "*/1 * * * *" schedule: "*/1 * * * *"
suspend: true
jobTemplate: jobTemplate:
spec: spec:
template: template:

View File

@ -6,6 +6,7 @@ metadata:
namespace: communication namespace: communication
spec: spec:
schedule: "*/30 * * * *" schedule: "*/30 * * * *"
suspend: true
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1 successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1 failedJobsHistoryLimit: 1

View File

@ -6,6 +6,7 @@ metadata:
namespace: communication namespace: communication
spec: spec:
schedule: "*/10 * * * *" schedule: "*/10 * * * *"
suspend: true
concurrencyPolicy: Forbid concurrencyPolicy: Forbid
jobTemplate: jobTemplate:
spec: spec: