[varnish & k8s] Minor config updates

This commit is contained in:
Vincent Ambo 2015-11-24 14:07:20 +01:00
parent 35dba3b211
commit 94788f1f92
2 changed files with 9 additions and 4 deletions

View file

@ -11,4 +11,6 @@ ADD default.vcl /etc/varnish/default.vcl
CMD ulimit -n 131072 && \
/usr/sbin/varnishd -F -f /etc/varnish/default.vcl \
-a :6081 -T :6082 -a :6083,PROXY -t 120
-a :6081 -T :6082 -a :6083,PROXY -t 120 \
-p thread_pool_min=5 -p thread_pool_max=500\
-p thread_pool_timeout=300