Skip to content

Commit

Permalink
Update gateway_api_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smarunich authored Sep 5, 2024
1 parent 4ce0f96 commit 9c544ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions samples/gateway_api_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

mergeGateways...

```
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyProxy
metadata:
name: custom-proxy-config
namespace: envoy-gateway-system
spec:
mergeGateways: true
```

https://gateway.envoyproxy.io/latest/tasks/operations/customize-envoyproxy/

```sh
Expand Down

0 comments on commit 9c544ee

Please sign in to comment.