fix: use readarr:latest instead of readarr:develop
Validate Manifests / validate (pull_request) Has been cancelled
Validate Manifests / validate (pull_request) Has been cancelled
This commit is contained in:
@@ -10,6 +10,10 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: readarr
|
app: readarr
|
||||||
|
strategy:
|
||||||
|
rollingUpdate:
|
||||||
|
maxSurge: 25%
|
||||||
|
maxUnavailable: 25%
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -17,10 +21,12 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: readarr
|
- name: readarr
|
||||||
image: readarr/readarr:develop
|
image: lscr.io/linuxserver/readarr:develop
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8787
|
- containerPort: 8787
|
||||||
name: http
|
name: http
|
||||||
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
@@ -31,17 +37,17 @@ spec:
|
|||||||
- name: NORDIGG_APIKEY
|
- name: NORDIGG_APIKEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: readarr-secret
|
|
||||||
key: NORDIGG_APIKEY
|
key: NORDIGG_APIKEY
|
||||||
|
name: readarr-secret
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- mountPath: /config
|
||||||
mountPath: /config
|
name: config
|
||||||
- name: downloads
|
- mountPath: /downloads
|
||||||
mountPath: /downloads
|
name: downloads
|
||||||
- name: books
|
- mountPath: /books
|
||||||
mountPath: /books
|
name: books
|
||||||
- name: media-data
|
- mountPath: /media
|
||||||
mountPath: /media
|
name: media-data
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user