Open pmig opened 1 year ago
Actual:
Liveness probes are only configured for the nginx container, but not for php-fpm so php hangups are not correctly recognized.
php-fpm
Desired:
Implement liveness probes for php-fpm. We could add a custom shell script to the container and execute it for the liveness e.g.: https://github.com/renatomefi/php-fpm-healthcheck#kubernetes-example
related to #232
Actual:
Liveness probes are only configured for the nginx container, but not for
php-fpm
so php hangups are not correctly recognized.Desired:
Implement liveness probes for php-fpm. We could add a custom shell script to the container and execute it for the liveness e.g.: https://github.com/renatomefi/php-fpm-healthcheck#kubernetes-example