Fixes MicroService Pathing

This commit is contained in:
2023-08-23 10:55:27 -03:00
parent 30fcf41c77
commit dcd0da0cd8
5 changed files with 35 additions and 3 deletions

View File

@@ -16,6 +16,13 @@ spec:
- host: ${DOMAIN}
http:
paths:
- path: /api/storage
pathType: Prefix
backend:
service:
name: storage-service
port:
number: 8000
- path: /api(/|$)(.*)
pathType: Prefix
backend:
@@ -25,6 +32,13 @@ spec:
number: 8070
- http:
paths:
- path: /api/storage
pathType: Prefix
backend:
service:
name: storage-service
port:
number: 8000
- path: /api(/|$)(.*)
pathType: Prefix
backend: