temp remove media

This commit is contained in:
Michael Thomson
2023-12-18 14:48:42 -05:00
parent 5259e30f8e
commit 88e3a198f1
41 changed files with 0 additions and 812 deletions

View File

@@ -1,39 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: sonarr
namespace: media
spec:
selector:
matchLabels:
app: sonarr
template:
metadata:
labels:
app: sonarr
spec:
containers:
- name: sonarr
image: lscr.io/linuxserver/sonarr:latest
envFrom:
- configMapRef:
name: sonarr-config
optional: false
ports:
- containerPort: 8989
name: http
protocol: TCP
volumeMounts:
- name: config
mountPath: /config
- mountPath: /data
name: data
volumes:
- name: config
persistentVolumeClaim:
claimName: sonarr-config
- name: data
persistentVolumeClaim:
claimName: media-data