add lidar

This commit is contained in:
gilgamezh
2025-12-06 18:37:20 +01:00
parent d7bf0ac5ef
commit bf72a032df
2 changed files with 79 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
---
replicaCount: 1
image:
repository: ghcr.io/linuxserver/lidarr
tag: "latest"
pullPolicy: Always
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "Europe/Amsterdam"
service:
type: ClusterIP
port: 8686
volumes:
- name: plex-data
persistentVolumeClaim:
claimName: "plex-data"
volumeMounts:
- name: plex-data
mountPath: "/config"
subPath: "configs/lidarr"
- name: "plex-data"
mountPath: "/nfs"
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
ephemeral-storage: "1Gi"