diff --git a/jelly/deploy.yaml b/jelly/deploy.yaml index 10f95d8..702ae1e 100644 --- a/jelly/deploy.yaml +++ b/jelly/deploy.yaml @@ -35,5 +35,8 @@ spec: - containerPort: 8989 name: sonarr protocol: TCP + - containerPort: 7878 + name: sonarr + protocol: TCP resources: {} status: {} diff --git a/jelly/service-radarr.yaml b/jelly/service-radarr.yaml new file mode 100644 index 0000000..859779a --- /dev/null +++ b/jelly/service-radarr.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Service +metadata: + labels: + app: ssh + name: remote-radarr +spec: + ports: + - port: 8989 + selector: + app: ssh + type: ClusterIP