mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
docs: remove non-working kind config in IngressRouteTCP/UDP examples
This commit is contained in:
parent
d3ff0c2cd4
commit
56ed45ae70
@ -131,7 +131,6 @@ The Kubernetes Ingress Controller, The Custom Resource Way.
|
|||||||
- tcpep
|
- tcpep
|
||||||
routes:
|
routes:
|
||||||
- match: HostSNI(`bar`)
|
- match: HostSNI(`bar`)
|
||||||
kind: Rule
|
|
||||||
services:
|
services:
|
||||||
- name: whoamitcp
|
- name: whoamitcp
|
||||||
port: 8080
|
port: 8080
|
||||||
@ -147,8 +146,7 @@ The Kubernetes Ingress Controller, The Custom Resource Way.
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- udpep
|
- udpep
|
||||||
routes:
|
routes:
|
||||||
- kind: Rule
|
- services:
|
||||||
services:
|
|
||||||
- name: whoamiudp
|
- name: whoamiudp
|
||||||
port: 8080
|
port: 8080
|
||||||
```
|
```
|
||||||
@ -1224,7 +1222,6 @@ Register the `IngressRouteTCP` [kind](../../reference/dynamic-configuration/kube
|
|||||||
|
|
||||||
routes:
|
routes:
|
||||||
- match: HostSNI(`*`)
|
- match: HostSNI(`*`)
|
||||||
kind: Rule
|
|
||||||
services:
|
services:
|
||||||
- name: external-svc
|
- name: external-svc
|
||||||
port: 80
|
port: 80
|
||||||
@ -1254,7 +1251,6 @@ Register the `IngressRouteTCP` [kind](../../reference/dynamic-configuration/kube
|
|||||||
|
|
||||||
routes:
|
routes:
|
||||||
- match: HostSNI(`*`)
|
- match: HostSNI(`*`)
|
||||||
kind: Rule
|
|
||||||
services:
|
services:
|
||||||
- name: external-svc
|
- name: external-svc
|
||||||
port: 80
|
port: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user