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

19 lines
308 B
YAML

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