Skip to content

Interop-switch chart has the incorrect configuration in values.yaml file for ML_API_ADAPTER_PORT  #77

@mdebarros

Description

@mdebarros

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

  1. Deploy interop-switch, or mojaloop helm charts with default values

Specifications

  • Component (if known): Helm
  • Version: 3.4.2
  • Type of testing: Manual
  • Bug found/raised by: @mdebarros

Notes:
N/A

Pull Requests:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions