From 8c28ff3d98bfc1bac3f6d1c7e7b5bb6ef879120c Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 22 Oct 2024 16:58:32 +0000 Subject: [PATCH] Resolve conflict Signed-off-by: Martyn Ranyard --- jelly/deploy.yaml | 3 +++ jelly/service-prowl.yaml | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 jelly/service-prowl.yaml 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