Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e13d468bbf | |||
| 6e4c3d75ad | |||
| f7141b5d49 |
@@ -17,10 +17,11 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: readarr/readarr:develop
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
@@ -36,8 +37,6 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: downloads
|
||||
mountPath: /downloads
|
||||
- name: books
|
||||
mountPath: /books
|
||||
- name: media-data
|
||||
@@ -46,9 +45,6 @@ spec:
|
||||
- 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