fix: create missing PVCs and clean up duplicate deployments #66

Merged
gitea-admin merged 14 commits from orion/auto/fix-create-missing-pvcs-and-clean-up-dup-1779141054277 into main 2026-05-18 22:04:41 +00:00
Showing only changes of commit e4e3489d27 - Show all commits
@@ -1,34 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: prowlarr
namespace: media
spec:
replicas: 1
selector:
matchLabels:
app: prowlarr
template:
metadata:
labels:
app: prowlarr
spec:
containers:
- name: prowlarr
image: lscr.io/linuxserver/prowlarr:latest
ports:
- containerPort: 9696
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "America/New_York"
volumeMounts:
- name: config
mountPath: /config
volumes:
- name: config
persistentVolumeClaim:
claimName: prowlarr-config