You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Interop-switch chart has the incorrect configuration in values.yaml file for ML_API_ADAPTER_PORT key:
config:
ML_API_ADAPTER_PORT: 80
This should be 8088 to match the port of the ml-api-adapter helm chart, or alternatively the ml-api-adapter helm chart should be configured to use port 80 instead.
Severity:
Medium
Priority:
Low
Expected Behavior
Interop-switch chart should have the following value in the values.yaml file for ML_API_ADAPTER_PORT key:
config:
ML_API_ADAPTER_PORT: 8088
Steps to Reproduce
Deploy interop-switch, or mojaloop helm charts with default values