From bd73d73cd2b83366be5f2c05e02ac7f326978606 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 6 Dec 2025 18:39:51 +0100 Subject: [PATCH] add lidar --- applications/lidarr.yaml | 2 +- helm-values/lidarr_values.yaml | 36 ++++++++++++++++------------------ 2 files changed, 18 insertions(+), 20 deletions(-) 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: