This commit is contained in:
ivan 2026-04-24 15:37:09 +05:00
parent 8ef010b09c
commit bdb5d25220
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -202,6 +202,18 @@ spec:
prefix: /gateway/ prefix: /gateway/
service: pdm-svc.documentations.svc.cluster.local service: pdm-svc.documentations.svc.cluster.local
port: 80 port: 80
documentations-frontend:
name: documentations-frontend-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /documentations/static/
service: frontend-svc.documentations.svc.cluster.local
port: 80
vault: vault:
name: vault-virt-service name: vault-virt-service
namespace: gateway namespace: gateway