[varnish & k8s] Minor config updates
This commit is contained in:
parent
35dba3b211
commit
94788f1f92
2 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue