Use defaultBackend + tls.hosts instead of rules, matching other working ingresses in the cluster. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
332 B
YAML
18 lines
332 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: transmission-tailscale
|
|
namespace: torrent
|
|
annotations:
|
|
tailscale.com/proxy-class: "default"
|
|
spec:
|
|
ingressClassName: tailscale
|
|
defaultBackend:
|
|
service:
|
|
name: transmission
|
|
port:
|
|
number: 9091
|
|
tls:
|
|
- hosts:
|
|
- torrent
|