This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
iac/kubernetes/apps/production/arr/sonarr/ingress.yaml

22 lines
No EOL
484 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sonarr
namespace: arr
spec:
ingressClassName: nginx
rules:
- host: "sonarr.local.mafyuh.com"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: headless-sonarr
port:
number: 8989
tls:
- hosts:
- "sonarr.local.mafyuh.com"
secretName: local-mafyuh-com-production-tls