sonarr updates

This commit is contained in:
2025-11-04 21:43:00 +00:00
parent f24b640a63
commit ffe010f9bb
4 changed files with 20 additions and 22 deletions

View File

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

View File

@@ -6,11 +6,10 @@ spec:
entryPoints:
- web
routes:
- match: Host(`sonarr.k3s`)
kind: Rule
services:
- name: sonarr
namespace: apps
nativeLB: true
kind: Service
port: 8989
- match: Host(`sonarr.k3s`)
kind: Rule
services:
- name: sonarr
namespace: apps
kind: Service
port: 8989