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

@@ -6,11 +6,11 @@ spec:
entryPoints:
- web
routes:
- match: Host(`traefik.k3s`)
kind: Rule
services:
- name: traefik-dashboard
namespace: kube-system
nativeLB: true
kind: Service
port: 9000
- match: Host(`traefik.k3s`)
kind: Rule
services:
- name: traefik-dashboard
namespace: kube-system
nativeLB: true
kind: Service
port: 8000

View File

@@ -8,5 +8,5 @@ spec:
app.kubernetes.io/name: traefik
ports:
- name: http
port: 9000
targetPort: 9000
port: 8000
targetPort: 8000