add lidar

This commit is contained in:
gilgamezh
2025-12-06 18:39:51 +01:00
parent bf72a032df
commit bd73d73cd2
2 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -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
+17 -19
View File
@@ -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: