Skip to content

Commit 6accb44

Browse files
committed
Update traffic-generator.yaml
1 parent 9359a0b commit 6accb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitops/bookinfo/traffic-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- args:
2727
- /bin/sh
2828
- -c
29-
- "while true; do curl -i gitops-bookinfo-gw.gitops-bookinfo/productpage; done"
29+
- "while true; do curl -i -H'Host: gitops-bookinfo.tetrate.io' gitops-bookinfo-gw.gitops-bookinfo/productpage; done"
3030
image: appropriate/curl
3131
imagePullPolicy: Always
3232
name: trafficgenerator

0 commit comments

Comments
 (0)