Expose home sonarr to drache

This commit is contained in:
Martyn 2023-04-21 12:14:29 +00:00
parent 5e6d0d0d5c
commit 4d6612b203
2 changed files with 15 additions and 0 deletions

View File

@ -32,5 +32,8 @@ spec:
- containerPort: 8096
name: jelly
protocol: TCP
- containerPort: 8989
name: sonarr
protocol: TCP
resources: {}
status: {}

12
jelly/service-sonarr.yaml Normal file
View File

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: ssh
name: remote-sonarr
spec:
ports:
- port: 8096
selector:
app: ssh
type: ClusterIP