From 12acf80bfc35794a55bff58ebf03b64aca2fec90 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 7 Dec 2023 14:08:27 -0500 Subject: [PATCH] again --- transmission/service.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transmission/service.yaml b/transmission/service.yaml index f28337b..21e2ff9 100644 --- a/transmission/service.yaml +++ b/transmission/service.yaml @@ -10,11 +10,14 @@ spec: - port: 80 protocol: TCP targetPort: 9091 + name: transmission-ui - protocol: TCP port: 51413 targetPort: 51413 + name: transmission-tcp - protocol: UDP port: 51413 targetPort: 51413 + name: transmission-udp sessionAffinity: None type: ClusterIP