fix: race condition convertx and homepage

typo in glance stripprefix
glance placed at /glance
This commit is contained in:
2026-06-14 22:46:16 +02:00
parent 26d10f4e71
commit dca7ad0902
2 changed files with 5 additions and 6 deletions
+2 -1
View File
@@ -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
+3 -5
View File
@@ -7,10 +7,10 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^forust\.xyz$`)
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/glance`)
kind: Rule
middlewares:
- name: glance-strupprefix
- name: glance-stripprefix
services:
- name: glance-service
port: 8080
@@ -26,10 +26,8 @@ spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`^glance\.(workstation|gigaforust)\.internal$`)
- match: HostRegexp(`^glance\.(workstation|gigaforust)\.internal$`) && PathPrefix(`/glance`)
kind: Rule
services:
- name: glance-service
port: 8080