From d92272c1ab3b513ddda64a9c0a0c2be35e513b29 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 12 Sep 2024 15:10:24 +0200 Subject: [PATCH] Add sleep to container --- ente-photos/ente-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ente-photos/ente-deployment.yaml b/ente-photos/ente-deployment.yaml index dd88ace..9e90059 100644 --- a/ente-photos/ente-deployment.yaml +++ b/ente-photos/ente-deployment.yaml @@ -23,6 +23,10 @@ spec: key: config image: ghcr.io/ente-io/server name: museum + command: ["bash", "-c"] + args: + - >- + sleep 600; ports: - containerPort: 8080 protocol: TCP