feat: copy labels from upstream

Signed-off-by: Hans Knecht <Hans.Knecht@missionlane.com>
This commit is contained in:
Hans Knecht
2021-06-11 16:18:29 -04:00
parent 8137a25b13
commit 8555f8250a
4 changed files with 21 additions and 0 deletions
@@ -160,6 +160,8 @@ spec:
cmd: "hey -z 2m -q 5 -c 2 -host app.example.com http://gateway-proxy.gloo-system"
```
*Note: when using upstreamRef the following fields are copied over from the original upstream: `Labels, SslConfig, CircuitBreakers, ConnectionConfig, UseHttp2, InitialStreamWindowSize`*
Save the above resource as podinfo-canary.yaml and then apply it:
```bash