core-deployments/vcluster/ingress-aaron.yaml
Aaron Riedel 62a70171b4
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
ingress for vcluster
2024-09-29 21:51:14 +02:00

15 lines
282 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: vcluster-ingress
namespace: vcluster-ar
spec:
entryPoints:
- websecure
routes:
- match: HostSNI(`vcluster.k8s.ar21.de`)
services:
- name: ar
port: 443
tls:
passthrough: true