Skip to content

Commit

Permalink
Disable concurrency via policy for gc (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran authored Dec 7, 2024
1 parent 10fe36b commit 03e45db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/deploy/k8s/archived-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/app: archived-gc
spec:
schedule: "48 * * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 03e45db

Please sign in to comment.