2024-10-07 09:19:39 +02:00
|
|
|
---
|
2024-09-29 21:51:14 +02:00
|
|
|
apiVersion: traefik.io/v1alpha1
|
|
|
|
kind: IngressRouteTCP
|
|
|
|
metadata:
|
|
|
|
name: vcluster-ingress
|
|
|
|
namespace: vcluster-ar
|
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- websecure
|
|
|
|
routes:
|
2024-10-07 09:19:39 +02:00
|
|
|
- match: HostSNI(`vcluster.k8s.ar21.de`)
|
|
|
|
services:
|
|
|
|
- name: ar
|
|
|
|
port: 443
|
2024-09-29 21:51:14 +02:00
|
|
|
tls:
|
|
|
|
passthrough: true
|