mirror of https://github.com/istio/proxy.git
Automator: update common-files@master in istio/proxy@master (#3167)
This commit is contained in:
parent
7ac437fc43
commit
0029c8b30b
|
|
@ -1 +1 @@
|
||||||
aa2c111e3049379747ed19ba48498b06a9233cc4
|
b709a86480d964d7b33ecac07ea14e53b501780e
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ fi
|
||||||
|
|
||||||
# Build image to use
|
# Build image to use
|
||||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||||
export IMAGE_VERSION=master-2021-01-19T23-29-57
|
export IMAGE_VERSION=master-2021-01-27T16-26-22
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
export IMAGE_NAME=build-tools
|
export IMAGE_NAME=build-tools
|
||||||
|
|
|
||||||
|
|
@ -421,6 +421,7 @@ filter_chains:
|
||||||
route:
|
route:
|
||||||
cluster: server-inbound-cluster
|
cluster: server-inbound-cluster
|
||||||
timeout: 0s
|
timeout: 0s
|
||||||
|
{{ .Vars.ServerRouteRateLimits | fill | indent 14 }}
|
||||||
{{ .Vars.ServerTLSContext | indent 2 }}
|
{{ .Vars.ServerTLSContext | indent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
`)
|
`)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue