Add sonarr

This commit is contained in:
2024-08-05 00:55:48 +01:00
parent acb0bb682a
commit 4a5707b8a2
4 changed files with 83 additions and 0 deletions

12
apps/sonarr/service.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: sonarr
spec:
type: ClusterIP
selector:
app: sonarr
ports:
- name: http
port: 8989
targetPort: 8989