diff --git a/jelly/deploy.yaml b/jelly/deploy.yaml index a0aaaa2..81b049c 100644 --- a/jelly/deploy.yaml +++ b/jelly/deploy.yaml @@ -38,5 +38,8 @@ spec: - containerPort: 7878 name: radarr protocol: TCP + - containerPort: 8080 + name: prowlarr + protocol: TCP resources: {} status: {} diff --git a/jelly/service-prowl.yaml b/jelly/service-prowl.yaml new file mode 100644 index 0000000..1ccdbf4 --- /dev/null +++ b/jelly/service-prowl.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Service +metadata: + labels: + app: ssh + name: remote-prowlarr +spec: + ports: + - nodePort: 32243 + port: 8080 + selector: + app: ssh + type: NodePort