Files
kubernetes/lp/headlamp/ingressrouteTCP.yaml
T
2026-05-31 16:07:30 +02:00

18 lines
285 B
YAML
Executable File

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: headlamp-tcp
namespace: kube-system
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`headlamp-lp.allarddcs.nl`)
services:
- name: headlamp
port: 4466
tls:
passthrough: true