Compare commits
3 Commits
1726378b0b
...
ab3f5def77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab3f5def77 | ||
|
|
2e4188e3b4 | ||
|
|
112a577e61 |
@ -572,19 +572,19 @@ spec:
|
||||
port: 8080
|
||||
|
||||
# ---- Migrated from ugok snapshot (batch 1) ----
|
||||
# vs-bimv2-api:
|
||||
# namespace: gateway
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - ingress-nginx/main-gateway
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /bimv2/api/
|
||||
# rewrite: /api/
|
||||
# service: backend-service.bim.svc.cluster.local
|
||||
# port: 8000
|
||||
vs-bimv2-api:
|
||||
namespace: ingress-nginx
|
||||
hosts:
|
||||
- test.sarex.brusnika.tech
|
||||
gateways:
|
||||
- ingress-nginx/main-gateway
|
||||
routes:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /bimv2/api/
|
||||
rewrite: /api/
|
||||
service: backend-service.bim.svc.cluster.local
|
||||
port: 8000
|
||||
|
||||
vs-contracts-api:
|
||||
namespace: ingress-nginx
|
||||
@ -612,14 +612,79 @@ spec:
|
||||
rewrite: /
|
||||
service: srx-admin-svc.django.svc.cluster.local
|
||||
port: 8080
|
||||
# vs-gk:
|
||||
# namespace: django
|
||||
|
||||
# ---- Migrated from ugok snapshot (batch 2) ----
|
||||
# vs-documentations-api:
|
||||
# namespace: ingress-nginx
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - ingress-nginx/main-gateway
|
||||
# cors:
|
||||
# allowOrigins:
|
||||
# - exact: "*"
|
||||
# extraAllowMethods:
|
||||
# - HEAD
|
||||
# extraAllowHeaders:
|
||||
# - Range
|
||||
# - Cache-control
|
||||
# allowCredentials: true
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /documentations/api/
|
||||
# rewrite: /api/
|
||||
# service: documentations-api.documentations.svc.cluster.local
|
||||
# port: 8080
|
||||
vs-documentations-frontend:
|
||||
namespace: ingress-nginx
|
||||
hosts:
|
||||
- test.sarex.brusnika.tech
|
||||
gateways:
|
||||
- ingress-nginx/main-gateway
|
||||
routes:
|
||||
- match:
|
||||
- uri:
|
||||
prefix: /documentations/static/
|
||||
rewrite: /
|
||||
service: documentation-frontend-static-service.documentations.svc.cluster.local
|
||||
port: 80
|
||||
# vs-files-stream:
|
||||
# namespace: ingress-nginx
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - ingress-nginx/main-gateway
|
||||
# routes:
|
||||
# - path:
|
||||
# prefix: /
|
||||
# service: gatekeeper-service
|
||||
# port: 80
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /files/api/
|
||||
# rewrite: /api/
|
||||
# service: documentations-filestream.documentations.svc.cluster.local
|
||||
# port: 8080
|
||||
# vs-pdm-api:
|
||||
# namespace: ingress-nginx
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - ingress-nginx/main-gateway
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /gateway/api/
|
||||
# rewrite: /api/
|
||||
# service: pdm-api.documentations.svc.cluster.local
|
||||
# port: 8080
|
||||
# vs-eav-api:
|
||||
# namespace: ingress-nginx
|
||||
# hosts:
|
||||
# - test.sarex.brusnika.tech
|
||||
# gateways:
|
||||
# - ingress-nginx/main-gateway
|
||||
# routes:
|
||||
# - match:
|
||||
# - uri:
|
||||
# prefix: /eav/api/
|
||||
# rewrite: /api/
|
||||
# service: eav-service.eav.svc.cluster.local
|
||||
# port: 8000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user