All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m3s
17 lines
294 B
YAML
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
|