I have deployled Alfresco Content services 6.2 in Kubernetes using helm chart. All servies are up and accessible using Kubernetes services on the master node.
I am able to access Alfresco repository application using the brower but accessing share application in browser results in 404 NotFound. This means the request are getting to share apache tomcat server but not able to serve the resource.
However I can access the share application using Kubernetes service on the master node or using Kubernetes NodePort service. There is no activity in the share logs.
Please advice on how to customize the 404 error page or enable debug level logging or share application.