Move radarr

This commit is contained in:
Martyn 2023-04-23 12:14:01 +00:00
parent 0ae1525284
commit 67cd001802
2 changed files with 15 additions and 0 deletions

View File

@ -35,5 +35,8 @@ spec:
- containerPort: 8989
name: sonarr
protocol: TCP
- containerPort: 7878
name: sonarr
protocol: TCP
resources: {}
status: {}

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

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