mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
665aeb34b2
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
15 lines
237 B
YAML
15 lines
237 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRouteUDP
|
|
metadata:
|
|
name: test3.route
|
|
namespace: default
|
|
|
|
spec:
|
|
entryPoints:
|
|
- fooudp
|
|
routes:
|
|
- services:
|
|
- name: whoamiudp
|
|
namespace: default
|
|
port: 8090
|