From 57f5a4ebf9960e0f6e9e1c0abbe53161e55221ae Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Mon, 22 Dec 2025 16:43:59 +0100 Subject: [PATCH] Changed rule --- 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 f08e4f2..51fef4f 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: "HostRegexp(`^.+\.staging\.kovagoadi\.hu$`) || Host(`staging.kovagoadi.hu`) || Host(`test-whoami.staging.kovagoadi.hu`)" + rule: "Host(`staging.kovagoadi.hu`) || Host(`test-whoami.staging.kovagoadi.hu`)" entryPoints: - "web" service: "dev-staging"