core-deployments/vcluster/ingress-aaron.yaml
Tom Neuber e00cc2d4dd
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
fix typos and file layout for yamllint
2024-10-07 09:19:54 +02:00

16 lines
294 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