Compare commits

...

2 Commits

Author SHA1 Message Date
ivan
11fbf26d6d ++ 2026-07-31 16:12:24 +05:00
ivan
4e7757b7b4 ++ 2026-07-31 16:08:52 +05:00
2 changed files with 41 additions and 2 deletions

View File

@ -90,7 +90,7 @@ spec:
_default: https://lk.srx.wb.ru:30443/rfi
- name: SAREX_BACKEND_URL
value:
_default: http://backend-svc.django.svc.cluster.local
_default: http://backend-svc.django.svc.cluster.local:80
- name: EAV_URL
value:
_default: http://backend-svc.eav.svc.cluster.local:80

View File

@ -132,6 +132,32 @@ spec:
rewrite: /
service: frontend-svc.documentations.svc.cluster.local
port: 80
rfi-frontend:
name: rfi-frontend-virt-service
namespace: default
hosts:
- sarex.uralmine.com
gateways:
- default/platform-gateway
routes:
- path:
prefix: /rfi/static/
rewrite: /
service: frontend-svc.rfi.svc.cluster.local
port: 80
rfi-api:
name: rfi-api-virt-service
namespace: default
hosts:
- sarex.uralmine.com
gateways:
- default/platform-gateway
routes:
- path:
prefix: /rfi/api/
rewrite: /api/
service: backend-svc.rfi.svc.cluster.local
port: 80
documentations-api:
name: documentations-api-virt-service
namespace: default
@ -224,7 +250,7 @@ spec:
service: frontend-svc.transmittal.svc.cluster.local
port: 80
transmittals-api:
name: flows-api-virt-service
name: transmittals-api-virt-service
namespace: default
hosts:
- sarex.uralmine.com
@ -236,6 +262,19 @@ spec:
rewrite: /api/
service: backend-svc.transmittal.svc.cluster.local
port: 80
inspections-api:
name: flows-api-virt-service
namespace: default
hosts:
- sarex.uralmine.com
gateways:
- default/platform-gateway
routes:
- path:
prefix: /inspections/api/
rewrite: /api/
service: backend-svc.inspections.svc.cluster.local
port: 80
reviews-frontend:
name: reviews-frontend-virt-service
namespace: default