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