From a55d01f93d6800175ffae12fb40390d0863dd471 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 11 Jun 2025 21:19:55 +0530 Subject: [PATCH] change sleep time to 10s --- cluster/apps/authelia/tmp-pod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/authelia/tmp-pod.yml b/cluster/apps/authelia/tmp-pod.yml index 7175f98..d1f5428 100644 --- a/cluster/apps/authelia/tmp-pod.yml +++ b/cluster/apps/authelia/tmp-pod.yml @@ -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