Files
gitops/apps/sonarr/ingress.yaml
2024-08-05 00:55:48 +01: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