update envoy config for k8s
This commit is contained in:
parent
62205f5f55
commit
81e63373c4
|
@ -50,6 +50,11 @@ static_resources:
|
||||||
route:
|
route:
|
||||||
cluster: app-service
|
cluster: app-service
|
||||||
|
|
||||||
|
- match: { path: "/api/deploy" }
|
||||||
|
route:
|
||||||
|
timeout: 60s
|
||||||
|
cluster: app-service
|
||||||
|
|
||||||
# special case for when API requests are made, can just forward, not to minio
|
# special case for when API requests are made, can just forward, not to minio
|
||||||
- match: { prefix: "/api/" }
|
- match: { prefix: "/api/" }
|
||||||
route:
|
route:
|
||||||
|
|
Loading…
Reference in New Issue