Improve kubernetes external name service support for UDP
This commit is contained in:
parent
bbee63fcf3
commit
41d22ef17e
9 changed files with 309 additions and 58 deletions
|
@ -0,0 +1,14 @@
|
|||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRouteUDP
|
||||
metadata:
|
||||
name: test.route
|
||||
namespace: default
|
||||
|
||||
spec:
|
||||
entryPoints:
|
||||
- foo
|
||||
|
||||
routes:
|
||||
- services:
|
||||
- name: external-svc
|
||||
port: 8000
|
Loading…
Add table
Add a link
Reference in a new issue