Expose home sonarr to drache
This commit is contained in:
parent
5e6d0d0d5c
commit
4d6612b203
|
@ -32,5 +32,8 @@ spec:
|
|||
- containerPort: 8096
|
||||
name: jelly
|
||||
protocol: TCP
|
||||
- containerPort: 8989
|
||||
name: sonarr
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
status: {}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: ssh
|
||||
name: remote-sonarr
|
||||
spec:
|
||||
ports:
|
||||
- port: 8096
|
||||
selector:
|
||||
app: ssh
|
||||
type: ClusterIP
|
Loading…
Reference in New Issue