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