Pass TLS bool from IngressRouteTCP to TCPService
This commit is contained in:
parent
8983e45fcf
commit
189db8d990
4 changed files with 103 additions and 38 deletions
|
@ -0,0 +1,16 @@
|
|||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: test.route
|
||||
namespace: default
|
||||
|
||||
spec:
|
||||
entryPoints:
|
||||
- foo
|
||||
|
||||
routes:
|
||||
- match: HostSNI(`foo.com`)
|
||||
services:
|
||||
- name: whoamitcp
|
||||
port: 8000
|
||||
tls: true
|
Loading…
Add table
Add a link
Reference in a new issue