++
This commit is contained in:
parent
4e7757b7b4
commit
11fbf26d6d
@ -90,7 +90,7 @@ spec:
|
|||||||
_default: https://lk.srx.wb.ru:30443/rfi
|
_default: https://lk.srx.wb.ru:30443/rfi
|
||||||
- name: SAREX_BACKEND_URL
|
- name: SAREX_BACKEND_URL
|
||||||
value:
|
value:
|
||||||
_default: http://backend-svc.django.svc.cluster.local
|
_default: http://backend-svc.django.svc.cluster.local:80
|
||||||
- name: EAV_URL
|
- name: EAV_URL
|
||||||
value:
|
value:
|
||||||
_default: http://backend-svc.eav.svc.cluster.local:80
|
_default: http://backend-svc.eav.svc.cluster.local:80
|
||||||
|
|||||||
@ -132,6 +132,32 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: frontend-svc.documentations.svc.cluster.local
|
service: frontend-svc.documentations.svc.cluster.local
|
||||||
port: 80
|
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:
|
documentations-api:
|
||||||
name: documentations-api-virt-service
|
name: documentations-api-virt-service
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user