updating envoy config for kubernetes

This commit is contained in:
Martin McKeaveney 2021-09-16 15:35:26 +01:00
parent a0fb09fbdc
commit b324a26ff5
1 changed files with 9 additions and 1 deletions

View File

@ -34,10 +34,18 @@ static_resources:
cluster: app-service cluster: app-service
# special case for worker admin API # special case for worker admin API
- match: { prefix: "/api/global/" }
route:
cluster: worker-service
- match: { prefix: "/api/admin/" } - match: { prefix: "/api/admin/" }
route: route:
cluster: worker-service cluster: worker-service
- match: { prefix: "/api/system/" }
route:
cluster: worker-service
- match: { path: "/" } - match: { path: "/" }
route: route:
cluster: app-service cluster: app-service
@ -120,6 +128,6 @@ static_resources:
- endpoint: - endpoint:
address: address:
socket_address: socket_address:
address: couchdb-service.budibase.svc.cluster.local address: budibase-prod-svc-couchdb
port_value: 5984 port_value: 5984