Skip to content

Commit 5a490ab

Browse files
committed
Remove the mesh gateway from docs examples
1 parent 23ebb42 commit 5a490ab

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ spec:
8282
# Istio gateways (optional)
8383
gateways:
8484
- public-gateway.istio-system.svc.cluster.local
85-
- mesh
8685
# Istio virtual service host names (optional)
8786
hosts:
8887
- podinfo.example.com
@@ -93,17 +92,12 @@ spec:
9392
# HTTP rewrite (optional)
9493
rewrite:
9594
uri: /
96-
# Envoy timeout and retry policy (optional)
97-
headers:
98-
request:
99-
add:
100-
x-envoy-upstream-rq-timeout-ms: "15000"
101-
x-envoy-max-retries: "10"
102-
x-envoy-retry-on: "gateway-error,connect-failure,refused-stream"
10395
# cross-origin resource sharing policy (optional)
10496
corsPolicy:
10597
allowOrigin:
10698
- example.com
99+
# request timeout (optional)
100+
timeout: 5s
107101
# promote the canary without analysing it (default false)
108102
skipAnalysis: false
109103
# define the canary analysis timing and KPIs

docs/gitbook/how-it-works.md

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ spec:
3838
# Istio gateways (optional)
3939
gateways:
4040
- public-gateway.istio-system.svc.cluster.local
41-
- mesh
4241
# Istio virtual service host names (optional)
4342
hosts:
4443
- podinfo.example.com

docs/gitbook/usage/ab-testing.md

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ spec:
6060
# Istio gateways (optional)
6161
gateways:
6262
- public-gateway.istio-system.svc.cluster.local
63-
- mesh
6463
# Istio virtual service host names (optional)
6564
hosts:
6665
- app.example.com

docs/gitbook/usage/progressive-delivery.md

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ spec:
5454
# Istio gateways (optional)
5555
gateways:
5656
- public-gateway.istio-system.svc.cluster.local
57-
- mesh
5857
# Istio virtual service host names (optional)
5958
hosts:
6059
- app.example.com

0 commit comments

Comments
 (0)