change base image to linuxserver
This commit is contained in:
@@ -14,36 +14,16 @@ lidarr2:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/lidarr
|
repository: ghcr.io/linuxserver/lidarr
|
||||||
tag: 2.4.3.4248
|
tag: 2.8.2@sha256:f502893fc25fffd9012d85e7bf0670a948783975b9c8d91372869f072389342b
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: US/Central
|
value: US/Central
|
||||||
- name: LIDARR__POSTGRES_MAIN_DB
|
- name: PUID
|
||||||
value: lidarr-main
|
value: 1000
|
||||||
- name: LIDARR__POSTGRES_LOG_DB
|
- name: PGID
|
||||||
value: lidarr-log
|
value: 1000
|
||||||
- name: LIDARR__POSTGRES_HOST
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: lidarr2-postgresql-17-cluster-app
|
|
||||||
key: host
|
|
||||||
- name: LIDARR__POSTGRES_PORT
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: lidarr2-postgresql-17-cluster-app
|
|
||||||
key: port
|
|
||||||
- name: LIDARR__POSTGRES_USER
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: lidarr2-postgresql-17-cluster-app
|
|
||||||
key: username
|
|
||||||
- name: LIDARR__POSTGRES_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: lidarr2-postgresql-17-cluster-app
|
|
||||||
key: password
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user