siranga/manifests/ingress-route.yaml
Dreaded_X 43a1359ed8
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m29s
WIP: Fixing kubernetes
2025-04-17 15:31:13 +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