Skip to content

Commit

Permalink
Merge pull request #73 from bcgov/chore/update-cronjob-expression
Browse files Browse the repository at this point in the history
chore: update cronjobs to not run every minute
  • Loading branch information
pbastia authored May 15, 2023
2 parents cdd4bb2 + a0ccff4 commit f288a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nginx-sidecar/helm/nginx-sidecar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: nginx-sidecar
description: A helm chart that can be used to inject an nginx sidecar pod to handle SSL termination

type: application
version: 0.1.12
version: 0.1.13
appVersion: "1.20.1"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
{{ include "nginx-sidecar.labels" . | indent 4 }}
spec:
suspend: true # This cron job is intended to be triggered manually
schedule: "* * * * *"
schedule: "0 * * * *"
successfulJobsHistoryLimit: 1
jobTemplate:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{ include "nginx-sidecar.labels" . | indent 4 }}
spec:
suspend: true # This cron job is intended to be triggered manually
schedule: "* * * * *"
schedule: "0 * * * *"
successfulJobsHistoryLimit: 1
jobTemplate:
spec:
Expand Down

0 comments on commit f288a34

Please sign in to comment.