Resolve conflict
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c92a01b554
commit
8c28ff3d98
|
@ -38,5 +38,8 @@ spec:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
name: radarr
|
name: radarr
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- containerPort: 8080
|
||||||
|
name: prowlarr
|
||||||
|
protocol: TCP
|
||||||
resources: {}
|
resources: {}
|
||||||
status: {}
|
status: {}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue