From 3a6ff7d5dfbb86f4d375acd3d3543b4169554a35 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 18 Jun 2026 22:17:24 -0400 Subject: [PATCH] fix: correct kitchenowl Traefik router host rule --- nodes/heimdall/kitchenowl/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/kitchenowl/compose.yaml b/nodes/heimdall/kitchenowl/compose.yaml index 9da996f..1511685 100644 --- a/nodes/heimdall/kitchenowl/compose.yaml +++ b/nodes/heimdall/kitchenowl/compose.yaml @@ -12,7 +12,7 @@ services: - kitchenowl-internal labels: - "traefik.enable=true" - - "traefik.http.routers.kitchenowl.rule=Host(`kitchenowl.castaldifamily.com`)" + - "traefik.http.routers.kitchenowl.rule=Host(`kitchen.castaldifamily.com`)" - "traefik.http.routers.kitchenowl.entrypoints=websecure" - "traefik.http.routers.kitchenowl.tls.certresolver=cloudflare" - "traefik.http.services.kitchenowl.loadbalancer.server.port=80"