use curlimages
This commit is contained in:
parent
50a9bc1c51
commit
def05dc7df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue