Skip to content

Use consistent entrypoint mechanism for datahub containers

Btullis requested to merge fix_entrypoints_mae_mce into main

We have been setting the working directory to / for the gms and frontend containers, but now we wish to use this mechanism for the mae-consumer and mce-consumer pods as well. The reason is that the containers need to use this working directory to find the prometheus jmx agent.

Bug: T341194

Merge request reports