- Create a single pool for php
- Reserve some % of that pool for admin requests
- Reserve an extra 1-2 processes for php-fpm ping
- Use https://github.com/openresty/lua-resty-limit-traffic for limiting and queueing connections to the reserverd pools.
This is needed to better handle liveness/readyness probes for the container. Related to bitpoke/wordpress-operator#57
This is needed to better handle liveness/readyness probes for the container. Related to bitpoke/wordpress-operator#57