Files
turingpi/helm-values/lidarr_values.yaml
T
gilgamezh bd73d73cd2 add lidar
2025-12-06 18:39:51 +01:00

40 lines
588 B
YAML

---
replicaCount: 1
image:
repository: ghcr.io/linuxserver/lidarr
tag: "latest"
pullPolicy: Always
env:
TZ: "Europe/Amsterdam"
PUID: "1000"
PGID: "1000"
service:
main:
type: ClusterIP
ports:
http:
port: 8686
persistence:
config:
enabled: true
existingClaim: plex-data
subPath: configs/lidarr
media:
enabled: true
existingClaim: plex-data
mountPath: /nfs
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
ephemeral-storage: "1Gi"