add lidar
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
main:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
port: 8686
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user