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