diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index 7b41012..3b82978 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -67,6 +67,10 @@ spec: metrics: port: 9100 expose: true + udp: + port: 6666 + protocol: UDP + expose: true tlsOptions: default: @@ -75,7 +79,6 @@ spec: service: enabled: true - single: true type: NodePort annotations: {} annotationsTCP: {}