use curlimages

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

View file

@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: weather-container - name: weather-container
image: busybox 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/weather.log"]
volumeMounts: volumeMounts:
- name: logs-volume - name: logs-volume