mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
23 lines
376 B
YAML
23 lines
376 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRouteTCP
|
|
metadata:
|
|
name: test3.route
|
|
namespace: default
|
|
|
|
spec:
|
|
entryPoints:
|
|
- footcp
|
|
routes:
|
|
- match: HostSNI(`*`)
|
|
services:
|
|
- name: whoamitcp
|
|
namespace: default
|
|
port: 8080
|
|
- name: externalname-svc
|
|
port: 9090
|
|
tls:
|
|
options:
|
|
name: mytlsoption
|
|
store:
|
|
name: mytlsstore
|