fix: media-data PVC access mode and Readarr image #80

Merged
gitea-admin merged 2 commits from orion/auto/fix-media-data-pvc-access-mode-and-reada-1779145748122 into main 2026-05-18 23:10:48 +00:00
Showing only changes of commit c045e7698c - Show all commits
+5 -14
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