fix: update Readarr image from linuxserver to official readarr
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-18 23:02:24 +00:00
parent f8318860c8
commit 29d31470ab
+11 -11
View File
@@ -10,8 +10,6 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: readarr app: readarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -19,10 +17,12 @@ spec:
spec: spec:
containers: containers:
- name: readarr - name: readarr
image: lscr.io/linuxserver/readarr:latest image: ghcr.io/readarr/readarr:develop
imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http
protocol: TCP
env: env:
- name: PUID - name: PUID
value: "1000" value: "1000"
@@ -30,13 +30,6 @@ spec:
value: "1000" value: "1000"
- name: TZ - name: TZ
value: Etc/UTC value: Etc/UTC
volumeMounts:
- name: config
mountPath: /config
- name: media-data
mountPath: /media
- name: books
mountPath: /books
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
@@ -44,6 +37,13 @@ spec:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
volumeMounts:
- name: config
mountPath: /config
- name: media-data
mountPath: /media
- name: books
mountPath: /books
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
@@ -53,4 +53,4 @@ spec:
claimName: media-data claimName: media-data
- name: books - name: books
persistentVolumeClaim: persistentVolumeClaim:
claimName: readarr-books claimName: readarr-books