10 lines
174 B
YAML
10 lines
174 B
YAML
schedule: "*/1 * * * *"
|
|
|
|
container:
|
|
image: busybox
|
|
command: "curl 'wttr.in/peoria,il?format=3' >> /logs/weather.log"
|
|
|
|
restartPolicy: OnFailure
|
|
|
|
volume:
|
|
claimName: data
|