weather helm

This commit is contained in:
Waylon Walker 2024-02-13 19:47:14 -06:00
parent 4a2a168081
commit 87ad20d355
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,10 @@
schedule: "*/1 * * * *"
container:
image: busybox
command: "curl 'wttr.in/peoria,il?format=3' >> /logs/weather.log"
restartPolicy: OnFailure
volume:
claimName: data