Skip to content

Commit

Permalink
Added job
Browse files Browse the repository at this point in the history
  • Loading branch information
c-simpson committed Aug 16, 2023
1 parent 55508a3 commit 2654469
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,16 @@ nodeSelector: {}
tolerations: []

affinity: {}

jobs:
- name: minute-cron
concurrencyPolicy: Forbid
schedule: "*/1 * * * *"
image: curlimages/curl
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]

args:
- "-c"
- "curl http://paws-compose-server:5000/api/internal/test"
restartPolicy: OnFailure

0 comments on commit 2654469

Please sign in to comment.