e2e: Fix Gloo routes

This commit is contained in:
stefanprodan
2020-02-13 11:54:36 +02:00
parent 089aa1fe22
commit 71a220d432
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -27,10 +27,9 @@ spec:
virtualHost:
domains:
- app.example.com
name: podinfo
routes:
- matcher:
prefix: /
- matchers:
- prefix: /
routeAction:
upstreamGroup:
name: podinfo
+1 -1
View File
@@ -28,4 +28,4 @@ kubectl get pods --all-namespaces
echo ">>> Installing Helm"
curl -sSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar xz && sudo mv linux-amd64/helm /usr/local/bin/ && rm -rf linux-amd64
helm repo add stable https://kubernetes-charts.storage.googleapis.com/