change log path

This commit is contained in:
Waylon Walker 2024-02-13 20:09:53 -06:00
parent def05dc7df
commit bae554d2d5
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

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