siranga/manifests/ingress-route.yaml
Dreaded_X ebb689de22
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m49s
Added build action and kubernetes manifests
2025-04-15 00:02:20 +02:00

17 lines
294 B
YAML

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