Turn Off Diameter Gateway in a Cloud Native Deployment

In a cloud native deployment, you must sideload a sed.extra file and update the Helm chart to turn off the Diameter Gateway.

Procedure

  1. Create a file named process_control_cfg_sed.extra with the following content:
    s@^service = diam@#service = diam@
  2. Add the following line to the dockerfile to add the process_control_cfg_sed.extra to the engine sideloader:
    COPY --chown=mtx:mtx local_path/process_control_cfg_sed.extra /config/
  3. Build the engine sideloader, upload it to your image repository, and deploy it.