Add HTTP match and rewrite docs

This commit is contained in:
stefanprodan
2019-02-25 03:07:39 +02:00
parent 56cb888cbf
commit 6750f10ffa
3 changed files with 142 additions and 1 deletions
+7
View File
@@ -26,6 +26,13 @@ spec:
# Istio virtual service host names (optional)
hosts:
- app.istio.weavedx.com
# Istio virtual service HTTP match conditions (optional)
match:
- uri:
prefix: /
# Istio virtual service HTTP rewrite (optional)
rewrite:
uri: /
# for emergency cases when you want to ship changes
# in production without analysing the canary
skipAnalysis: false