From 685b1f09cdc32f57ef538c8fef535c3ffd390644 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Mar 2026 16:44:21 -0500 Subject: [PATCH] feat: add service name --- clusters/cl01tl/helm/actual/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/actual/values.yaml b/clusters/cl01tl/helm/actual/values.yaml index 90f1b1b14..cd114add5 100644 --- a/clusters/cl01tl/helm/actual/values.yaml +++ b/clusters/cl01tl/helm/actual/values.yaml @@ -52,7 +52,8 @@ actual: - actual.alexlebens.net rules: - backendRefs: - - port: 80 + - name: actual + port: 80 matches: - path: type: PathPrefix