fix: priority for homepage's router

This commit is contained in:
2026-06-16 00:24:58 +02:00
parent 4ca3ccdad3
commit 3d03ab1ea4
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ spec:
routes:
- match: Host(`forust.xyz`) || Host(`www.forust.xyz`)
kind: Rule
priority: 10
services:
- name: forust-homepage-service
port: 80
@@ -26,6 +27,7 @@ spec:
routes:
- match: HostRegexp(`^landing\.(workstation|gigaforust)\.internal$`)
kind: Rule
priority: 10
services:
- name: forust-homepage-service
port: 80