swap to linuxserver image
This commit is contained in:
@@ -23,9 +23,7 @@ spec:
|
|||||||
monthly: 2
|
monthly: 2
|
||||||
yearly: 4
|
yearly: 4
|
||||||
moverSecurityContext:
|
moverSecurityContext:
|
||||||
runAsUser: 568
|
fsGroup: 1000
|
||||||
runAsGroup: 568
|
|
||||||
fsGroup: 568
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
supplementalGroups:
|
supplementalGroups:
|
||||||
- 44
|
- 44
|
||||||
|
@@ -7,9 +7,7 @@ sonarr4:
|
|||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
pod:
|
pod:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 568
|
fsGroup: 1000
|
||||||
runAsGroup: 568
|
|
||||||
fsGroup: 568
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
supplementalGroups:
|
supplementalGroups:
|
||||||
- 44
|
- 44
|
||||||
@@ -19,36 +17,16 @@ sonarr4:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/sonarr
|
repository: ghcr.io/linuxserver/sonarr
|
||||||
tag: 4.0.11.2680
|
tag: 4.0.11@sha256:ca4ad72f07e532d1d414435eb43193d1dc407255e46c21c2694653ca8af4fd81
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: US/Central
|
value: US/Central
|
||||||
- name: SONARR__POSTGRES_MAIN_DB
|
- name: PUID
|
||||||
value: sonarr-main
|
value: 1000
|
||||||
- name: SONARR__POSTGRES_LOG_DB
|
- name: PGID
|
||||||
value: sonarr-log
|
value: 1000
|
||||||
- name: SONARR__POSTGRES_HOST
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sonarr4-postgresql-17-cluster-app
|
|
||||||
key: host
|
|
||||||
- name: SONARR__POSTGRES_PORT
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sonarr4-postgresql-17-cluster-app
|
|
||||||
key: port
|
|
||||||
- name: SONARR__POSTGRES_USER
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sonarr4-postgresql-17-cluster-app
|
|
||||||
key: username
|
|
||||||
- name: SONARR__POSTGRES_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: sonarr4-postgresql-17-cluster-app
|
|
||||||
key: password
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user