Skip to content

Commit

Permalink
Migrate Istio gateway to new format(2)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update istio-canary.yaml

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update istio-abtest.yaml

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update faq.md

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update zero-downtime-deployments.md

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update istio-progressive-delivery.md

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update istio-ab-testing.md

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>

Update flagger-install-on-google-cloud.md

Signed-off-by: Abhishek-569 <64806938+Abhishek-569@users.noreply.github.com>
  • Loading branch information
Abhishek-569 committed Mar 5, 2023
1 parent 5df8422 commit 2a7a610
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion artifacts/examples/istio-abtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
portName: http
portDiscovery: true
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
- mesh
hosts:
- app.example.com
Expand Down
2 changes: 1 addition & 1 deletion artifacts/examples/istio-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
portName: http
portDiscovery: true
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
- mesh
hosts:
- app.example.com
Expand Down
10 changes: 5 additions & 5 deletions docs/gitbook/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ spec:
portName: http-frontend
# Istio gateways (optional)
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
- mesh
# Istio virtual service host names (optional)
hosts:
Expand Down Expand Up @@ -614,7 +614,7 @@ metadata:
uid: 3a4a40dd-3875-11e9-8e1d-42010a9c0fd1
spec:
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
- mesh
hosts:
- frontend.example.com
Expand Down Expand Up @@ -784,7 +784,7 @@ metadata:
namespace: test
spec:
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
- mesh
hosts:
- frontend.example.com
Expand Down Expand Up @@ -821,7 +821,7 @@ spec:
service:
port: 8080
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
hosts:
- my-site.com
match:
Expand All @@ -838,7 +838,7 @@ spec:
service:
port: 8080
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
hosts:
- my-site.com
match:
Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/install/flagger-install-on-google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ spec:
hosts:
- "grafana.example.com"
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
http:
- route:
- destination:
Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/tutorials/istio-ab-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
port: 9898
# Istio gateways (optional)
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
# Istio virtual service host names (optional)
hosts:
- app.example.com
Expand Down
4 changes: 2 additions & 2 deletions docs/gitbook/tutorials/istio-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
targetPort: 9898
# Istio gateways (optional)
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
# Istio virtual service host names (optional)
hosts:
- app.example.com
Expand Down Expand Up @@ -326,7 +326,7 @@ spec:
targetPort: 9898
# Istio gateways (optional)
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
# Istio virtual service host names (optional)
hosts:
- app.example.com
Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/tutorials/zero-downtime-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ spec:
service:
port: 9898
gateways:
- istio-system.svc.cluster.local/public-gateway
- istio-system/public-gateway
hosts:
- app.example.com
retries:
Expand Down
2 changes: 1 addition & 1 deletion test/istio/test-canary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ metadata:
namespace: test
spec:
gateways:
- istio-system.svc.cluster.local/ingressgateway
- istio-system/ingressgateway
hosts:
- app.example.com
- podinfo
Expand Down

0 comments on commit 2a7a610

Please sign in to comment.