Merge pull request #1227 from dod-ccpo/crl-cronjob-limits
Add more restrictions to K8s CRL CronJob.
This commit is contained in:
commit
adbb6fd9f8
@ -5,6 +5,8 @@ metadata:
|
||||
namespace: atat
|
||||
spec:
|
||||
schedule: "0 * * * *"
|
||||
concurrencyPolicy: Replace
|
||||
successfulJobsHistoryLimit: 1
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user