1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

updating envoy config for kubernetes

This commit is contained in:
Martin McKeaveney 2021-09-16 15:35:26 +01:00
parent b5809b0bd0
commit 9a4f0a9980

View file

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