add lidar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user