swap to linuxserver image

This commit is contained in:
2025-01-04 01:57:17 -06:00
parent bae15f3b42
commit b97a2c3ba0
2 changed files with 8 additions and 32 deletions

View File

@@ -23,9 +23,7 @@ spec:
monthly: 2
yearly: 4
moverSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 44

View File

@@ -7,9 +7,7 @@ sonarr4:
revisionHistoryLimit: 3
pod:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 44
@@ -19,36 +17,16 @@ sonarr4:
containers:
main:
image:
repository: ghcr.io/onedr0p/sonarr
tag: 4.0.11.2680
repository: ghcr.io/linuxserver/sonarr
tag: 4.0.11@sha256:ca4ad72f07e532d1d414435eb43193d1dc407255e46c21c2694653ca8af4fd81
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: SONARR__POSTGRES_MAIN_DB
value: sonarr-main
- name: SONARR__POSTGRES_LOG_DB
value: sonarr-log
- 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
- name: PUID
value: 1000
- name: PGID
value: 1000
probes:
liveness:
enabled: false