AH01630 Error - client denied by server configuration in Matomo kubernetes environment with docker image(Bitnami)

Hello Matomo Community,

I am encountering an issue with Matomo kubernetes instance running in a Bitnami docker image. The error I am facing is AH01630: client denied by server configuration. Below are some details about setting up Matomo:

Matomo version : 5.0.2
Matomo docker image : docker.io/bitnami/matomo:5.0.2-debian-11-r7
Resources Configuration : 1 CPU, 2GB RAM
(resources:
limits:
cpu: 1500m
memory: 2Gi
requests:
cpu: 1000m
memory: 1Gi)

The specific error message in GCP logs is:
AH01630: client denied by server configuration: /opt/bitnami/matomo/config/global.ini.php

Has anyone else experienced a similar issue with Matomo in a kubernetes environment? Any insights or suggestion on how to troubleshoot and resolve this would be greatly appreciated.

Thank you in advance!