glasskube / operator

🧊 Glasskube Apps Operator
https://glasskube.eu/docs/
GNU Lesser General Public License v3.0
319 stars 26 forks source link

[BUG]: Nextcloud deployment has no liveness probe for php-fpm container #233

Open pmig opened 1 year ago

pmig commented 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.

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

pmig commented 1 year ago

related to #232