Uncomment and restore vs-documentations-api, vs-files-stream, and vs-pdm-api configurations in Istio for brusnika-stage cluster.
This commit is contained in:
parent
ab3f5def77
commit
cf71de4e8c
@ -613,29 +613,29 @@ spec:
|
|||||||
service: srx-admin-svc.django.svc.cluster.local
|
service: srx-admin-svc.django.svc.cluster.local
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
# ---- Migrated from ugok snapshot (batch 2) ----
|
vs-documentations-api:
|
||||||
# vs-documentations-api:
|
namespace: ingress-nginx
|
||||||
# namespace: ingress-nginx
|
hosts:
|
||||||
# hosts:
|
- test.sarex.brusnika.tech
|
||||||
# - test.sarex.brusnika.tech
|
gateways:
|
||||||
# gateways:
|
- ingress-nginx/main-gateway
|
||||||
# - ingress-nginx/main-gateway
|
cors:
|
||||||
# cors:
|
allowOrigins:
|
||||||
# allowOrigins:
|
- exact: "*"
|
||||||
# - exact: "*"
|
extraAllowMethods:
|
||||||
# extraAllowMethods:
|
- HEAD
|
||||||
# - HEAD
|
extraAllowHeaders:
|
||||||
# extraAllowHeaders:
|
- Range
|
||||||
# - Range
|
- Cache-control
|
||||||
# - Cache-control
|
allowCredentials: true
|
||||||
# allowCredentials: true
|
routes:
|
||||||
# routes:
|
- match:
|
||||||
# - match:
|
- uri:
|
||||||
# - uri:
|
prefix: /documentations/api/
|
||||||
# prefix: /documentations/api/
|
rewrite: /api/
|
||||||
# rewrite: /api/
|
service: documentations-api.documentations.svc.cluster.local
|
||||||
# service: documentations-api.documentations.svc.cluster.local
|
port: 8080
|
||||||
# port: 8080
|
|
||||||
vs-documentations-frontend:
|
vs-documentations-frontend:
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
hosts:
|
hosts:
|
||||||
@ -649,32 +649,35 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: documentation-frontend-static-service.documentations.svc.cluster.local
|
service: documentation-frontend-static-service.documentations.svc.cluster.local
|
||||||
port: 80
|
port: 80
|
||||||
# vs-files-stream:
|
|
||||||
# namespace: ingress-nginx
|
vs-files-stream:
|
||||||
# hosts:
|
namespace: ingress-nginx
|
||||||
# - test.sarex.brusnika.tech
|
hosts:
|
||||||
# gateways:
|
- test.sarex.brusnika.tech
|
||||||
# - ingress-nginx/main-gateway
|
gateways:
|
||||||
# routes:
|
- ingress-nginx/main-gateway
|
||||||
# - match:
|
routes:
|
||||||
# - uri:
|
- match:
|
||||||
# prefix: /files/api/
|
- uri:
|
||||||
# rewrite: /api/
|
prefix: /files/api/
|
||||||
# service: documentations-filestream.documentations.svc.cluster.local
|
rewrite: /api/
|
||||||
# port: 8080
|
service: documentations-filestream.documentations.svc.cluster.local
|
||||||
# vs-pdm-api:
|
port: 8080
|
||||||
# namespace: ingress-nginx
|
|
||||||
# hosts:
|
vs-pdm-api:
|
||||||
# - test.sarex.brusnika.tech
|
namespace: ingress-nginx
|
||||||
# gateways:
|
hosts:
|
||||||
# - ingress-nginx/main-gateway
|
- test.sarex.brusnika.tech
|
||||||
# routes:
|
gateways:
|
||||||
# - match:
|
- ingress-nginx/main-gateway
|
||||||
# - uri:
|
routes:
|
||||||
# prefix: /gateway/api/
|
- match:
|
||||||
# rewrite: /api/
|
- uri:
|
||||||
# service: pdm-api.documentations.svc.cluster.local
|
prefix: /gateway/api/
|
||||||
# port: 8080
|
rewrite: /api/
|
||||||
|
service: pdm-api.documentations.svc.cluster.local
|
||||||
|
port: 8080
|
||||||
|
#
|
||||||
# vs-eav-api:
|
# vs-eav-api:
|
||||||
# namespace: ingress-nginx
|
# namespace: ingress-nginx
|
||||||
# hosts:
|
# hosts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user