File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ server:
9
9
repository : ghcr.io/codeforphilly/paws-data-pipeline/server
10
10
pullPolicy : Always
11
11
# Overrides the image tag whose default is the chart appVersion.
12
- tag : " 2.34 "
12
+ tag : " 2.4 "
13
13
14
14
client :
15
15
image :
16
16
repository : ghcr.io/codeforphilly/paws-data-pipeline/client
17
17
pullPolicy : Always
18
18
# Overrides the image tag whose default is the chart appVersion.
19
- tag : " 2.34 "
19
+ tag : " 2.4 "
20
20
21
21
db :
22
22
image :
@@ -104,3 +104,16 @@ nodeSelector: {}
104
104
tolerations : []
105
105
106
106
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
You can’t perform that action at this time.
0 commit comments