Add all the servarr bits

This commit is contained in:
2025-01-22 19:24:48 +00:00
parent 4dfa6d7836
commit aa2242d3bd
26 changed files with 339 additions and 102 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: sonarr
spec:
entryPoints:
- web
routes:
- match: Host(`sonarr.k3s`)
kind: Rule
services:
- name: sonarr
namespace: apps
nativeLB: true
kind: Service
port: 8989