weather helm
This commit is contained in:
parent
4a2a168081
commit
87ad20d355
4 changed files with 41 additions and 0 deletions
10
active/weather/values.yaml
Normal file
10
active/weather/values.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue