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
+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: