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 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: frontend-service name: frontend-svc
namespace: flows namespace: flows
spec: spec:
type: ClusterIP type: ClusterIP

View File

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

View File

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

View File

@ -228,6 +228,45 @@ spec:
rewrite: / rewrite: /
service: frontend-svc.issues.svc.cluster.local service: frontend-svc.issues.svc.cluster.local
port: 80 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: vault:
name: vault-virt-service name: vault-virt-service
namespace: gateway namespace: gateway