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
-
Create a file named process_control_cfg_sed.extra with the following content:
s@^service = diam@#service = diam@
-
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/
- Build the engine sideloader, upload it to your image repository, and deploy it.