--- replicaCount: 1 image: repository: ghcr.io/linuxserver/lidarr tag: "latest" pullPolicy: Always env: TZ: "Europe/Amsterdam" PUID: "1000" PGID: "1000" service: main: type: ClusterIP ports: http: port: 8686 persistence: config: enabled: true existingClaim: plex-data subPath: configs/lidarr media: enabled: true existingClaim: plex-data mountPath: /nfs resources: requests: memory: "500Mi" cpu: "500m" ephemeral-storage: "50Mi" limits: memory: "800Mi" cpu: "1000m" ephemeral-storage: "1Gi"