From 434b27c66e2655fb0f2a743ea12dc756bf8b7a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Tue, 15 Nov 2022 09:43:02 +0100 Subject: [PATCH] ok --- apps/templates/traefik.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: {}