fix: race condition convertx and homepage
typo in glance stripprefix glance placed at /glance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user