Files
gitops/apps/servarr/sonarr/ingress.yaml
2025-01-22 19:24:48 +00:00

16 lines
274 B
YAML

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