I am getting below error and each time there is a restart no user will be able to access the passbolt page it will show service unavailable, i have over 100 restart on both of my pod
/usr/lib/python3/dist-packages/supervisor/options.py:474: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a “-c” argument specifying an absolute path to a configuration file for improved security.
self.warnings.warn(
2024-06-01 10:27:40,362 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2024-06-01 10:27:40,363 INFO Included extra file “/etc/supervisor/conf.d/cron.conf” during parsing
2024-06-01 10:27:40,363 INFO Included extra file “/etc/supervisor/conf.d/nginx.conf” during parsing
2024-06-01 10:27:40,363 INFO Included extra file “/etc/supervisor/conf.d/php.conf” during parsing
2024-06-01 10:27:40,368 INFO RPC interface ‘supervisor’ initialized
2024-06-01 10:27:40,368 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2024-06-01 10:27:40,369 INFO supervisord started with pid 1
2024-06-01 10:27:41,372 INFO spawned: ‘php-fpm’ with pid 172
2024-06-01 10:27:41,375 INFO spawned: ‘nginx’ with pid 173
[01-Jun-2024 10:27:41] NOTICE: fpm is running, pid 172
[01-Jun-2024 10:27:41] NOTICE: ready to handle connections
[01-Jun-2024 10:27:41] NOTICE: systemd monitor interval set to 10000ms
2024-06-01 10:27:42,443 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-06-01 10:27:42,444 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
10.104.9.1 - - [01/Jun/2024:10:27:43 +0000] “GET /healthcheck/status.json HTTP/2.0” 200 220 “-” “kube-probe/1.27”
Please i need urgent help