Browse Source

Missing route prop.

pull/974/head
mike12345567 6 years ago
parent
commit
e08b188c8f
  1. 1
      hosting/envoy.yaml

1
hosting/envoy.yaml

@ -23,6 +23,7 @@ static_resources:
# special case for when API requests are made, can just forward, not to minio
- match: { prefix: "/api/" }
route:
cluster: app-service
- match: { prefix: "/worker/" }

Loading…
Cancel
Save