diff --git a/README.md b/README.md index 60e382c8..9e20ec4a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ spec: # Istio gateways (optional) gateways: - public-gateway.istio-system.svc.cluster.local - - mesh # Istio virtual service host names (optional) hosts: - podinfo.example.com @@ -93,17 +92,12 @@ spec: # HTTP rewrite (optional) rewrite: uri: / - # Envoy timeout and retry policy (optional) - headers: - request: - add: - x-envoy-upstream-rq-timeout-ms: "15000" - x-envoy-max-retries: "10" - x-envoy-retry-on: "gateway-error,connect-failure,refused-stream" # cross-origin resource sharing policy (optional) corsPolicy: allowOrigin: - example.com + # request timeout (optional) + timeout: 5s # promote the canary without analysing it (default false) skipAnalysis: false # define the canary analysis timing and KPIs diff --git a/docs/gitbook/how-it-works.md b/docs/gitbook/how-it-works.md index d5c9160f..3a08f8eb 100644 --- a/docs/gitbook/how-it-works.md +++ b/docs/gitbook/how-it-works.md @@ -38,7 +38,6 @@ spec: # Istio gateways (optional) gateways: - public-gateway.istio-system.svc.cluster.local - - mesh # Istio virtual service host names (optional) hosts: - podinfo.example.com diff --git a/docs/gitbook/usage/ab-testing.md b/docs/gitbook/usage/ab-testing.md index 3014a794..32bdc9e3 100644 --- a/docs/gitbook/usage/ab-testing.md +++ b/docs/gitbook/usage/ab-testing.md @@ -60,7 +60,6 @@ spec: # Istio gateways (optional) gateways: - public-gateway.istio-system.svc.cluster.local - - mesh # Istio virtual service host names (optional) hosts: - app.example.com diff --git a/docs/gitbook/usage/progressive-delivery.md b/docs/gitbook/usage/progressive-delivery.md index 2bb25dcf..0c693657 100644 --- a/docs/gitbook/usage/progressive-delivery.md +++ b/docs/gitbook/usage/progressive-delivery.md @@ -54,7 +54,6 @@ spec: # Istio gateways (optional) gateways: - public-gateway.istio-system.svc.cluster.local - - mesh # Istio virtual service host names (optional) hosts: - app.example.com