From 18357eaf96afbcbddc632b4f14620bd227316431 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 15:27:51 -0600 Subject: [PATCH] fix port --- .../cl01tl/management/argo-workflows/templates/http-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/management/argo-workflows/templates/http-route.yaml b/clusters/cl01tl/management/argo-workflows/templates/http-route.yaml index 98afd88c3..f4a9e31b6 100644 --- a/clusters/cl01tl/management/argo-workflows/templates/http-route.yaml +++ b/clusters/cl01tl/management/argo-workflows/templates/http-route.yaml @@ -26,5 +26,5 @@ spec: - group: '' kind: Service name: argo-workflows - port: 80 + port: 2746 weight: 100