Skip to content

Commit

Permalink
Update default expected cleaner grace period
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Oct 13, 2024
1 parent 46a9271 commit 9d6a912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default values render correctly:
- name: NAMESPACE
value: NAMESPACE
- name: MAX_INACTIVE_DURATION
value: 1d
value: 24h
image: ghcr.io/juice-shop/multi-juicer/cleaner:v42.0.0
imagePullPolicy: IfNotPresent
name: cleanup-job
Expand Down Expand Up @@ -551,7 +551,7 @@ full values render out correctly:
- name: NAMESPACE
value: NAMESPACE
- name: MAX_INACTIVE_DURATION
value: 1d
value: 24h
image: ghcr.io/juice-shop/multi-juicer/cleaner:v42.0.0
imagePullPolicy: IfNotPresent
name: cleanup-job
Expand Down Expand Up @@ -3210,7 +3210,7 @@ production notes work correctly:
- name: NAMESPACE
value: NAMESPACE
- name: MAX_INACTIVE_DURATION
value: 1d
value: 24h
image: ghcr.io/juice-shop/multi-juicer/cleaner:v42.0.0
imagePullPolicy: IfNotPresent
name: cleanup-job
Expand Down
2 changes: 1 addition & 1 deletion helm/multi-juicer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ juiceShopCleanup:
tag: null
enabled: true
# -- Specifies when Juice Shop instances will be deleted when unused for that period.
gracePeriod: 5m
gracePeriod: 24h
# -- Cron in which the clean up job is run. Defaults to once in an hour. Change this if your grace period if shorter than 1 hour
cron: "0 * * * *"
successfulJobsHistoryLimit: 1
Expand Down

0 comments on commit 9d6a912

Please sign in to comment.