Skip to content

Commit 160e6f3

Browse files
authored
make httpbin bind on both ipv4 and ipv6 (istio#52346)
1 parent 8e71ad6 commit 160e6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/httpbin/httpbin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
command:
6161
- gunicorn
6262
- -b
63-
- 0.0.0.0:8080
63+
- "[::]:8080"
6464
- httpbin:app
6565
- -k
6666
- gevent

0 commit comments

Comments
 (0)