This commit is contained in:
ivan 2026-07-31 16:12:24 +05:00
parent 4e7757b7b4
commit 11fbf26d6d
2 changed files with 27 additions and 1 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