fix: readarr mount to use books PVC #74
@@ -10,10 +10,6 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: readarr
|
app: readarr
|
||||||
strategy:
|
|
||||||
rollingUpdate:
|
|
||||||
maxSurge: 25%
|
|
||||||
maxUnavailable: 25%
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -22,7 +18,6 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: readarr
|
- name: readarr
|
||||||
image: lscr.io/linuxserver/readarr:develop
|
image: lscr.io/linuxserver/readarr:develop
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8787
|
- containerPort: 8787
|
||||||
name: http
|
name: http
|
||||||
@@ -37,24 +32,19 @@ spec:
|
|||||||
- name: NORDIGG_APIKEY
|
- name: NORDIGG_APIKEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: NORDIGG_APIKEY
|
|
||||||
name: readarr-secret
|
name: readarr-secret
|
||||||
|
key: NORDIGG_APIKEY
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- name: config
|
||||||
name: config
|
mountPath: /config
|
||||||
- mountPath: /downloads
|
- name: books
|
||||||
name: downloads
|
mountPath: /books
|
||||||
- mountPath: /books
|
- name: media-data
|
||||||
name: books
|
mountPath: /media
|
||||||
- mountPath: /media
|
|
||||||
name: media-data
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: readarr-config
|
claimName: readarr-config
|
||||||
- name: downloads
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: readarr-downloads
|
|
||||||
- name: books
|
- name: books
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: readarr-books
|
claimName: readarr-books
|
||||||
|
|||||||
Reference in New Issue
Block a user