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: matchLabels:
app: readarr app: readarr
strategy: strategy:
type: Recreate type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template: template:
metadata: metadata:
labels: labels:
@@ -19,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: readarr - name: readarr
image: lscr.io/linuxserver/readarr:latest image: ghcr.io/readarr/readarr:develop
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http
@@ -33,24 +36,12 @@ spec:
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
- name: media-data
mountPath: /media
- name: books - name: books
mountPath: /books mountPath: /books
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: readarr-config claimName: readarr-config
- name: media-data
persistentVolumeClaim:
claimName: media-data
- name: books - name: books
persistentVolumeClaim: persistentVolumeClaim:
claimName: readarr-books claimName: readarr-books