fix: priority for homepage's router
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user