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