Files
kubernetes/dev/nexus/ingressrouteTCP-nexus-tls.yaml
2025-11-23 18:58:51 +01:00

16 lines
273 B
YAML
Executable File

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: nexus-tcp-tls
namespace: nexus
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`nexus-dev.allarddcs.nl`)
services:
- name: nexus
port: 8443
tls:
passthrough: true