This commit is contained in:
Waylon Walker 2025-11-22 22:10:09 -06:00
parent bae554d2d5
commit 4f2d1c322e
11 changed files with 136 additions and 2 deletions

View file

@ -14,7 +14,7 @@ spec:
containers:
- name: weather-container
image: curlimages/curl
command: ["sh", "-c", "curl 'wttr.in/peoria,il?format=3' >> /logs/wttr.log"]
command: ["sh", "-c", "date >> /logs/wttr.log && curl 'wttr.in/peoria,il?format=3' >> /logs/wttr.log && echo ''"]
volumeMounts:
- name: logs-volume
mountPath: /logs