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: spec:
project: default project: default
sources: sources:
- repoURL: https://bananaspliff.github.io/geek-charts - repoURL: https://k8s-at-home.com/charts/
chart: lidarr chart: lidarr
targetRevision: "*" targetRevision: "*"
ref: charts ref: charts
+17 -19
View File
@@ -7,28 +7,26 @@ image:
pullPolicy: Always pullPolicy: Always
env: env:
- name: PUID TZ: "Europe/Amsterdam"
value: "1000" PUID: "1000"
- name: PGID PGID: "1000"
value: "1000"
- name: TZ
value: "Europe/Amsterdam"
service: service:
type: ClusterIP main:
port: 8686 type: ClusterIP
ports:
http:
port: 8686
volumes: persistence:
- name: plex-data config:
persistentVolumeClaim: enabled: true
claimName: "plex-data" existingClaim: plex-data
subPath: configs/lidarr
volumeMounts: media:
- name: plex-data enabled: true
mountPath: "/config" existingClaim: plex-data
subPath: "configs/lidarr" mountPath: /nfs
- name: "plex-data"
mountPath: "/nfs"
resources: resources:
requests: requests: