Fixes Storage Service Integration

This commit is contained in:
2023-08-23 18:48:11 -03:00
parent e4b637e07e
commit 338e33401a
7 changed files with 27 additions and 43 deletions

View File

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