feat(sonarr): added readme content and kube config

This commit is contained in:
Fishandchips321 2026-04-15 16:23:35 +01:00
parent 1b4e34cbe4
commit 5bab8add83
4 changed files with 104 additions and 0 deletions

11
Sonarr/service.yml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: sonarr
spec:
selector:
app: sonarr
ports:
- protocol: TCP
port: 80
targetPort: 8989