fix: media-data PVC access mode and Readarr image
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-18 23:09:08 +00:00
parent e9673606c8
commit c045e7698c
+6 -15
View File
@@ -11,7 +11,10 @@ spec:
matchLabels:
app: readarr
strategy:
type: Recreate
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template:
metadata:
labels:
@@ -19,7 +22,7 @@ spec:
spec:
containers:
- name: readarr
image: lscr.io/linuxserver/readarr:latest
image: ghcr.io/readarr/readarr:develop
ports:
- containerPort: 8787
name: http
@@ -33,24 +36,12 @@ spec:
volumeMounts:
- name: config
mountPath: /config
- name: media-data
mountPath: /media
- name: books
mountPath: /books
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
volumes:
- name: config
persistentVolumeClaim:
claimName: readarr-config
- name: media-data
persistentVolumeClaim:
claimName: media-data
- name: books
persistentVolumeClaim:
claimName: readarr-books
claimName: readarr-books