feat(bi/d8-ugmk-prod): istio-маршруты для bi на sarex-bi.uralmine.com
/analytics-v2/api/ -> /api/ -> bi-backend-service.bi:80 /analytics-v2/static/, /analytics-v2/ -> / -> bi-frontend-frontend-svc.bi:80 Префиксы уже, чем catch-all `/` -> superset на том же хосте. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
ce5280bef1
commit
1ffe61ea88
@ -519,6 +519,37 @@ spec:
|
|||||||
prefix: /
|
prefix: /
|
||||||
service: rabbitmq.rabbitmq.svc.cluster.local
|
service: rabbitmq.rabbitmq.svc.cluster.local
|
||||||
port: 15672
|
port: 15672
|
||||||
|
bi-api:
|
||||||
|
name: bi-api-virt-service
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- sarex-bi.uralmine.com
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /analytics-v2/api/
|
||||||
|
rewrite: /api/
|
||||||
|
service: bi-backend-service.bi.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
bi-frontend:
|
||||||
|
name: bi-frontend-virt-service
|
||||||
|
namespace: default
|
||||||
|
hosts:
|
||||||
|
- sarex-bi.uralmine.com
|
||||||
|
gateways:
|
||||||
|
- default/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /analytics-v2/static/
|
||||||
|
rewrite: /
|
||||||
|
service: bi-frontend-frontend-svc.bi.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
- path:
|
||||||
|
prefix: /analytics-v2/
|
||||||
|
rewrite: /
|
||||||
|
service: bi-frontend-frontend-svc.bi.svc.cluster.local
|
||||||
|
port: 80
|
||||||
superset:
|
superset:
|
||||||
namespace: default
|
namespace: default
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user