Move radarr
This commit is contained in:
parent
0ae1525284
commit
67cd001802
|
@ -35,5 +35,8 @@ spec:
|
|||
- containerPort: 8989
|
||||
name: sonarr
|
||||
protocol: TCP
|
||||
- containerPort: 7878
|
||||
name: sonarr
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
status: {}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: ssh
|
||||
name: remote-radarr
|
||||
spec:
|
||||
ports:
|
||||
- port: 8989
|
||||
selector:
|
||||
app: ssh
|
||||
type: ClusterIP
|
Loading…
Reference in New Issue