mirror of https://github.com/istio/istio.io.git
Fix image used by sleep sample (doesn't use istio/istio sleep) (#9830)
This commit is contained in:
parent
317f91c336
commit
22c1956465
|
|
@ -126,8 +126,8 @@ you will apply a rule to mirror a portion of traffic to `v2`.
|
|||
spec:
|
||||
containers:
|
||||
- name: sleep
|
||||
image: tutum/curl
|
||||
command: ["/bin/sleep","infinity"]
|
||||
image: curlimages/curl
|
||||
command: ["/bin/sleep","3650d"]
|
||||
imagePullPolicy: IfNotPresent
|
||||
EOF
|
||||
{{< /text >}}
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: sleep
|
||||
image: tutum/curl
|
||||
command: ["/bin/sleep","infinity"]
|
||||
image: curlimages/curl
|
||||
command: ["/bin/sleep","3650d"]
|
||||
imagePullPolicy: IfNotPresent
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue