Skip to content

enable php-fpm status page on kubernetes deployment #374

Open
capile wants to merge 1 commit intoMISP:masterfrom
capile:master
Open

enable php-fpm status page on kubernetes deployment #374
capile wants to merge 1 commit intoMISP:masterfrom
capile:master

Conversation

@capile
Copy link
Contributor

@capile capile commented Feb 4, 2026

On clustered deployments (where nginx and php-fpm are on separate containers) file sockets cannot be used.

This adjustment uses the existing env set on kubernetes/entrypoint_fpm.sh: PHP_LISTEN_FPM=true to switch from file sockets to network ones (listening on port 9003).

I did not update the example deployment files as this is an optional configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant