feat(media): remove Readarr from the media stack #81

Merged
gitea-admin merged 4 commits from orion/auto/feat-media-remove-readarr-from-the-media-1779146111490 into main 2026-05-18 23:15:24 +00:00
Showing only changes of commit 8ec36c72fb - Show all commits
-47
View File
@@ -1,47 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: readarr
namespace: media
labels:
app: readarr
spec:
replicas: 1
selector:
matchLabels:
app: readarr
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
template:
metadata:
labels:
app: readarr
spec:
containers:
- name: readarr
image: ghcr.io/readarr/readarr:develop
ports:
- containerPort: 8787
name: http
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: Etc/UTC
volumeMounts:
- name: config
mountPath: /config
- name: books
mountPath: /books
volumes:
- name: config
persistentVolumeClaim:
claimName: readarr-config
- name: books
persistentVolumeClaim:
claimName: readarr-books