siranga/manifests/ingress-route.yaml
Dreaded_X 65a93e1c56
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m30s
Added build action and kubernetes manifests
2025-04-15 00:38:49 +02:00

16 lines
290 B
YAML

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