Merge pull request 'fix: readarr mount to use books PVC' (#74) from orion/auto/fix-readarr-mount-to-use-books-pvc-1779143917759 into main
Reviewed-on: #74
This commit was merged in pull request #74.
This commit is contained in:
@@ -10,10 +10,6 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: readarr
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -22,7 +18,6 @@ spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
@@ -37,24 +32,19 @@ spec:
|
||||
- name: NORDIGG_APIKEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: NORDIGG_APIKEY
|
||||
name: readarr-secret
|
||||
key: NORDIGG_APIKEY
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
- mountPath: /downloads
|
||||
name: downloads
|
||||
- mountPath: /books
|
||||
name: books
|
||||
- mountPath: /media
|
||||
name: media-data
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: books
|
||||
mountPath: /books
|
||||
- name: media-data
|
||||
mountPath: /media
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: readarr-config
|
||||
- name: downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: readarr-downloads
|
||||
- name: books
|
||||
persistentVolumeClaim:
|
||||
claimName: readarr-books
|
||||
|
||||
Reference in New Issue
Block a user