mirror of
https://github.com/containous/traefik.git
synced 2025-01-04 05:17:51 +03:00
17 lines
283 B
YAML
17 lines
283 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
|
|
- name: externalname-svc
|
|
port: 9090
|