change sleep time to 10s
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
command: ["/bin/bash", "-c", "while true; do sleep 30; done;"]
|
command: ["/bin/bash", "-c", "while true; do sleep 10; done;"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /mnt
|
mountPath: /mnt
|
||||||
|
|||||||
Reference in New Issue
Block a user