diff --git a/applications/lidarr.yaml b/applications/lidarr.yaml index a293984..ad1eddd 100644 --- a/applications/lidarr.yaml +++ b/applications/lidarr.yaml @@ -15,7 +15,7 @@ metadata: spec: project: default sources: - - repoURL: https://bananaspliff.github.io/geek-charts + - repoURL: https://k8s-at-home.com/charts/ chart: lidarr targetRevision: "*" ref: charts diff --git a/helm-values/lidarr_values.yaml b/helm-values/lidarr_values.yaml index 3108a7f..7e1a86f 100644 --- a/helm-values/lidarr_values.yaml +++ b/helm-values/lidarr_values.yaml @@ -7,28 +7,26 @@ image: pullPolicy: Always env: - - name: PUID - value: "1000" - - name: PGID - value: "1000" - - name: TZ - value: "Europe/Amsterdam" + TZ: "Europe/Amsterdam" + PUID: "1000" + PGID: "1000" service: - type: ClusterIP - port: 8686 + main: + type: ClusterIP + ports: + http: + port: 8686 -volumes: - - name: plex-data - persistentVolumeClaim: - claimName: "plex-data" - -volumeMounts: - - name: plex-data - mountPath: "/config" - subPath: "configs/lidarr" - - name: "plex-data" - mountPath: "/nfs" +persistence: + config: + enabled: true + existingClaim: plex-data + subPath: configs/lidarr + media: + enabled: true + existingClaim: plex-data + mountPath: /nfs resources: requests: