This commit is contained in:
ivan 2026-05-05 12:20:11 +07:00
parent e28de14fec
commit c0b1e56513
2 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: rfi-backend-api-svc
name: backend-svc
namespace: rfi
spec:
type: ClusterIP

View File

@ -286,6 +286,19 @@ spec:
rewrite: /api/
service: backend-svc.flows.svc.cluster.local
port: 80
rfi-api:
name: rfi-api-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /rfi/api/
rewrite: /api/
service: backend-svc.rfi.svc.cluster.local
port: 80
transmittals-api:
name: flows-api-virt-service
namespace: gateway