Rewrite phpMyAdmin Studio path
This commit is contained in:
parent
b494e08cb8
commit
3bdedd99c2
1 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ spec:
|
||||||
namespace: apps
|
namespace: apps
|
||||||
hostnames:
|
hostnames:
|
||||||
- "www.symcrest.com"
|
- "www.symcrest.com"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- matches:
|
- matches:
|
||||||
- path:
|
- path:
|
||||||
|
|
@ -27,6 +28,12 @@ spec:
|
||||||
- path:
|
- path:
|
||||||
type: PathPrefix
|
type: PathPrefix
|
||||||
value: /services/studio/phpmyadmin/
|
value: /services/studio/phpmyadmin/
|
||||||
|
filters:
|
||||||
|
- type: URLRewrite
|
||||||
|
urlRewrite:
|
||||||
|
path:
|
||||||
|
type: ReplacePrefixMatch
|
||||||
|
replacePrefixMatch: /
|
||||||
backendRefs:
|
backendRefs:
|
||||||
- name: phpmyadmin
|
- name: phpmyadmin
|
||||||
port: 80
|
port: 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue