Skip to content

Commit 2654469

Browse files
committed
Added job
1 parent 55508a3 commit 2654469

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/helm-chart/values.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,16 @@ nodeSelector: {}
104104
tolerations: []
105105

106106
affinity: {}
107+
108+
jobs:
109+
- name: minute-cron
110+
concurrencyPolicy: Forbid
111+
schedule: "*/1 * * * *"
112+
image: curlimages/curl
113+
imagePullPolicy: IfNotPresent
114+
command: ["/bin/bash"]
115+
116+
args:
117+
- "-c"
118+
- "curl http://paws-compose-server:5000/api/internal/test"
119+
restartPolicy: OnFailure

0 commit comments

Comments
 (0)