From 0a70a3d37bc780e4374973aa0db8a4f1a00b8580 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 2 Jul 2026 20:07:55 -0400 Subject: [PATCH] traefik: enable gateway API --- system-apps/traefik/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 5712416..6d61a83 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -69,6 +69,8 @@ traefik: dashboard: enabled: true providers: + kubernetesGateway: + enabled: true file: enabled: true watch: true