siranga/manifests/ingress-route.yaml
Dreaded_X b3efd37bcc
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m29s
Fixed conflict with service links
2025-04-17 15:43:51 +02:00

16 lines
290 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: tunnel
spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^.+\.tunnel\.${domain//./\\.}$`)
kind: Rule
services:
- name: http
port: http
tls:
secretName: tunnel-tls