diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index c1b23448f..c3f9b2cc2 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -2,7 +2,7 @@ sonarr4-4k: controllers: main: type: deployment - replicas: 0 + replicas: 1 strategy: Recreate revisionHistoryLimit: 3 pod: @@ -91,24 +91,6 @@ sonarr4-4k: requests: cpu: 100m memory: 256Mi - pgloader: - type: deployment - replicas: 1 - strategy: Recreate - revisionHistoryLimit: 3 - containers: - main: - image: - repository: ghcr.io/roxedus/pgloader - tag: latest - pullPolicy: IfNotPresent - command: - - "sleep" - - "604800" - resources: - requests: - cpu: 100m - memory: 256Mi serviceAccount: create: true service: @@ -145,17 +127,13 @@ sonarr4-4k: size: 20Gi retain: true advancedMounts: - pgloader: + main: main: - path: /config - readOnly: false - # main: - # main: - # - path: /config - # readOnly: false - # metrics: - # - path: /config - # readOnly: true + readOnly: false + metrics: + - path: /config + readOnly: true media: existingClaim: sonarr4-4k-nfs-storage advancedMounts: @@ -169,7 +147,6 @@ postgres-17-cluster: image: repository: ghcr.io/cloudnative-pg/postgresql tag: "17.2-22" - enableSuperuserAccess: true walStorage: storageClass: local-path storage: