change sleep time to 10s

This commit is contained in:
2025-06-11 21:19:55 +05:30
parent 06b6fd1ef9
commit a55d01f93d

View File

@@ -10,7 +10,7 @@ spec:
containers:
- name: ubuntu
image: ubuntu:latest
command: ["/bin/bash", "-c", "while true; do sleep 30; done;"]
command: ["/bin/bash", "-c", "while true; do sleep 10; done;"]
volumeMounts:
- name: data
mountPath: /mnt