siranga/manifests/ingress-route.yaml
Dreaded_X 003a7c3af8
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m42s
Added build action and kubernetes manifests
2025-04-15 01:23:29 +02:00

16 lines
292 B
YAML

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