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:
|
||||
matchLabels:
|
||||
app: readarr
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -17,10 +21,12 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: readarr/readarr:develop
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
@@ -31,17 +37,17 @@ spec:
|
||||
- name: NORDIGG_APIKEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: readarr-secret
|
||||
key: NORDIGG_APIKEY
|
||||
name: readarr-secret
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: downloads
|
||||
mountPath: /downloads
|
||||
- name: books
|
||||
mountPath: /books
|
||||
- name: media-data
|
||||
mountPath: /media
|
||||
- mountPath: /config
|
||||
name: config
|
||||
- mountPath: /downloads
|
||||
name: downloads
|
||||
- mountPath: /books
|
||||
name: books
|
||||
- mountPath: /media
|
||||
name: media-data
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user