diff options
Diffstat (limited to 'extras/hs-test/resources/envoy/proxy.yaml')
-rw-r--r-- | extras/hs-test/resources/envoy/proxy.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/hs-test/resources/envoy/proxy.yaml b/extras/hs-test/resources/envoy/proxy.yaml index e4a5b81ff65..2093b5613ae 100644 --- a/extras/hs-test/resources/envoy/proxy.yaml +++ b/extras/hs-test/resources/envoy/proxy.yaml @@ -43,7 +43,8 @@ static_resources: - endpoint: address: socket_address: - address: 10.0.1.1 + # following address will be generated by Addresser during test run + address: 10.10.2.1 port_value: 666 bootstrap_extensions: - name: envoy.extensions.vcl.vcl_socket_interface |