From ea32c0c5045e44ac0aa7d317e9f865a4ca7e9797 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Dec 2024 19:01:18 -0600 Subject: [PATCH] change command --- clusters/cl01tl/applications/sonarr4-4k/values.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index de5cc1a95..e6a066b3a 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -103,11 +103,12 @@ sonarr4-4k: tag: latest pullPolicy: IfNotPresent command: - - /bin/sh + - pgloader args: - - -ec - - | - - while true; do sleep 30; done + - --with "quote identifiers" + - --with "data only" + - /config/sonarr.db + - "postgresql://qstick:qstick@localhost/sonarr-main" resources: requests: cpu: 100m