sonarr updates
This commit is contained in:
@@ -69,14 +69,13 @@ spec:
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
- name: smb-tower-books
|
||||
mountPath: /mnt/books
|
||||
readOnly: false
|
||||
- name: smb-tower-tv
|
||||
mountPath: /mnt/tv
|
||||
volumes:
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: sonarr
|
||||
- name: smb-tower-books
|
||||
- name: smb-tower-tv
|
||||
nfs:
|
||||
server: 192.168.1.100
|
||||
path: /mnt/user/tv
|
||||
|
||||
@@ -11,6 +11,5 @@ spec:
|
||||
services:
|
||||
- name: sonarr
|
||||
namespace: apps
|
||||
nativeLB: true
|
||||
kind: Service
|
||||
port: 8989
|
||||
@@ -13,4 +13,4 @@ spec:
|
||||
namespace: kube-system
|
||||
nativeLB: true
|
||||
kind: Service
|
||||
port: 9000
|
||||
port: 8000
|
||||
|
||||
@@ -8,5 +8,5 @@ spec:
|
||||
app.kubernetes.io/name: traefik
|
||||
ports:
|
||||
- name: http
|
||||
port: 9000
|
||||
targetPort: 9000
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user