fix: race condition convertx and homepage
typo in glance stripprefix glance placed at /glance
This commit is contained in:
@@ -9,6 +9,7 @@ spec:
|
||||
routes:
|
||||
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/convert`)
|
||||
kind: Rule
|
||||
priority: 50
|
||||
services:
|
||||
- name: convertx-service
|
||||
port: 3000
|
||||
@@ -26,7 +27,7 @@ spec:
|
||||
routes:
|
||||
- match: HostRegexp(`^(workstation|gigaforust)\.internal$`) && PathPrefix(`/convert`)
|
||||
kind: Rule
|
||||
priority: 50
|
||||
services:
|
||||
- name: convertx-service
|
||||
port: 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user