k3s-cluster/cluster/apps/media/sonarr/ingress.yaml

19 lines
429 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sonarr-ingress
namespace: media
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: "k3sson.***REMOVED***"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: sonarr
port:
name: sonarr