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