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