From 71cb79282627cc535e413f26f4821c09bf5f22ec Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 8 Nov 2025 15:09:52 +0100 Subject: [PATCH] Update Traefik backend port from 9000 to 8080 for consistency --- apps/traefik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/traefik/values.yaml b/apps/traefik/values.yaml index 668507c..54501a0 100644 --- a/apps/traefik/values.yaml +++ b/apps/traefik/values.yaml @@ -70,4 +70,4 @@ traefik: value: / backendRefs: - name: traefik - port: 9000 + port: 8080