1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

update kubernetes envoy configuration

This commit is contained in:
Martin McKeaveney 2021-09-06 15:47:53 +01:00
parent 8fd1f8938c
commit 68d2815d64

View file

@ -33,11 +33,19 @@ static_resources:
route:
cluster: app-service
# special case for worker admin API
# special cases for worker admin (deprecated), global and system 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