This commit is contained in:
ivan 2026-04-24 18:48:07 +05:00
parent 48100152f4
commit 55ec116fe2
4 changed files with 42 additions and 3 deletions

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: frontend-service
name: frontend-svc
namespace: flows
spec:
type: ClusterIP

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: frontend-service
name: frontend-svc
namespace: reviews
spec:
type: ClusterIP

View File

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

View File

@ -228,6 +228,45 @@ spec:
rewrite: /
service: frontend-svc.issues.svc.cluster.local
port: 80
flows-frontend:
name: flows-frontend-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /flows/static/
rewrite: /
service: frontend-svc.flows.svc.cluster.local
port: 80
reviews-frontend:
name: reviews-frontend-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /reviews/static/
rewrite: /
service: frontend-svc.reviews.svc.cluster.local
port: 80
rfi-frontend:
name: rfi-frontend-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /rfi/static/
rewrite: /
service: frontend-svc.rfi.svc.cluster.local
port: 80
vault:
name: vault-virt-service
namespace: gateway