Compare commits
3 Commits
1726378b0b
...
ab3f5def77
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab3f5def77 | ||
|
|
2e4188e3b4 | ||
|
|
112a577e61 |
@ -572,19 +572,19 @@ spec:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
# ---- Migrated from ugok snapshot (batch 1) ----
|
# ---- Migrated from ugok snapshot (batch 1) ----
|
||||||
# vs-bimv2-api:
|
vs-bimv2-api:
|
||||||
# namespace: gateway
|
namespace: ingress-nginx
|
||||||
# hosts:
|
hosts:
|
||||||
# - test.sarex.brusnika.tech
|
- test.sarex.brusnika.tech
|
||||||
# gateways:
|
gateways:
|
||||||
# - ingress-nginx/main-gateway
|
- ingress-nginx/main-gateway
|
||||||
# routes:
|
routes:
|
||||||
# - match:
|
- match:
|
||||||
# - uri:
|
- uri:
|
||||||
# prefix: /bimv2/api/
|
prefix: /bimv2/api/
|
||||||
# rewrite: /api/
|
rewrite: /api/
|
||||||
# service: backend-service.bim.svc.cluster.local
|
service: backend-service.bim.svc.cluster.local
|
||||||
# port: 8000
|
port: 8000
|
||||||
|
|
||||||
vs-contracts-api:
|
vs-contracts-api:
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
@ -612,14 +612,79 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: srx-admin-svc.django.svc.cluster.local
|
service: srx-admin-svc.django.svc.cluster.local
|
||||||
port: 8080
|
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:
|
# hosts:
|
||||||
# - test.sarex.brusnika.tech
|
# - test.sarex.brusnika.tech
|
||||||
# gateways:
|
# gateways:
|
||||||
# - ingress-nginx/main-gateway
|
# - ingress-nginx/main-gateway
|
||||||
# routes:
|
# routes:
|
||||||
# - path:
|
# - match:
|
||||||
# prefix: /
|
# - uri:
|
||||||
# service: gatekeeper-service
|
# prefix: /files/api/
|
||||||
# port: 80
|
# 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