From 1885db1332a9fa31623be36a59f9829fe9669dcb Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Thu, 25 Dec 2025 11:12:23 +0100 Subject: [PATCH] Moved to wildcard for staging and dev http --- 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 e504b16..c139803 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(`test-whoami.staging.kovagoadi.hu`)" + rule: "HostRegexp(`^.+\\.staging\\.kovagoadi\\.hu$`) || HostSNIRegexp(`^.+\\.dev\\.kovagoadi\\.hu$`)" entryPoints: - "web" service: "dev-staging"