All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m31s
16 lines
290 B
YAML
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
|