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:
|
routes:
|
||||||
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/convert`)
|
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/convert`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
priority: 50
|
||||||
services:
|
services:
|
||||||
- name: convertx-service
|
- name: convertx-service
|
||||||
port: 3000
|
port: 3000
|
||||||
@@ -26,7 +27,7 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: HostRegexp(`^(workstation|gigaforust)\.internal$`) && PathPrefix(`/convert`)
|
- match: HostRegexp(`^(workstation|gigaforust)\.internal$`) && PathPrefix(`/convert`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
priority: 50
|
||||||
services:
|
services:
|
||||||
- name: convertx-service
|
- name: convertx-service
|
||||||
port: 3000
|
port: 3000
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ spec:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: HostRegexp(`^forust\.xyz$`)
|
- match: HostRegexp(`^forust\.xyz$`) && PathPrefix(`/glance`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: glance-strupprefix
|
- name: glance-stripprefix
|
||||||
services:
|
services:
|
||||||
- name: glance-service
|
- name: glance-service
|
||||||
port: 8080
|
port: 8080
|
||||||
@@ -26,10 +26,8 @@ spec:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: HostRegexp(`^glance\.(workstation|gigaforust)\.internal$`)
|
- match: HostRegexp(`^glance\.(workstation|gigaforust)\.internal$`) && PathPrefix(`/glance`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: glance-service
|
- name: glance-service
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user