Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmig opened this issue Aug 3, 2023 · 1 comment
Open
Labels
apps/nextcloud bug Something isn't working

Comments

@pmig
Copy link
Member

pmig commented Aug 3, 2023

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 pmig added bug Something isn't working apps/nextcloud labels Aug 3, 2023
@pmig
Copy link
Member Author

pmig commented Aug 6, 2023

related to #232

@kosmoz kosmoz changed the title [BUG]: Nextcloud php-fpm liveness probe not working [BUG]: Nextcloud deployment has no liveness probe for php-fpm container Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps/nextcloud bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant