From fef0d4f1fb4134f06c9fce3b7cef9585bf460a58 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Mon, 22 Dec 2025 16:33:10 +0100 Subject: [PATCH] Moved to regexp --- dev/route-to-staging-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/route-to-staging-dev.yaml b/dev/route-to-staging-dev.yaml index da65424..7f538d5 100644 --- a/dev/route-to-staging-dev.yaml +++ b/dev/route-to-staging-dev.yaml @@ -2,7 +2,7 @@ http: routers: # Router for HTTP (Port 80) staging: - rule: "Host(`staging.kovagoadi.hu`) || Host(`dev.kovagoadi.hu`)" + rule: "HostRegexp(`^.+\.staging\.kovagoadi\.hu$`) || Host(`staging.kovagoadi.hu`)" entryPoints: - "web" service: "dev-staging"