Resolve conflict

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-10-22 16:58:32 +00:00
parent c92a01b554
commit 8c28ff3d98
2 changed files with 16 additions and 0 deletions

View File

@ -38,5 +38,8 @@ spec:
- containerPort: 7878
name: radarr
protocol: TCP
- containerPort: 8080
name: prowlarr
protocol: TCP
resources: {}
status: {}

13
jelly/service-prowl.yaml Normal file
View File

@ -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