Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8S service transaction-requests-service has wrong port configured in helm v8.7.0 #255

Open
vijayg10 opened this issue Feb 6, 2020 · 1 comment
Labels

Comments

@vijayg10
Copy link
Contributor

vijayg10 commented Feb 6, 2020

Summary:

Can not send requests to transaction-requests-service through ingress controller if the mojaloop cluster is deployed using helm version v8.7.0.

The K8s service transaction-requests-service is misconfigured to forward the requests to port 3002 instead of 4001.

The target port needs to be change to 4001

Severity:
High

Priority:
Critical

Expected Behavior

The k8s service should forward the requests to 4001 port of "moja-transaction-requests-service".

Steps to Reproduce

  1. Deploy Mojaloop Helm chart mojaloop-8.7.0
  2. Deploy ingress controller nginx-ingress-1.25.0
  3. You can not reach http://transaction-request-service.local/transactionRequests

Temporary Workaround

Edit the k8s service using the following command and change the targetPort to 4001

kubectl -n demo edit service/moja-transaction-requests-service
@vijayg10 vijayg10 added the bug label Feb 6, 2020
@mdebarros
Copy link
Member

@vijayg10 @amarmodus has this issue not been fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants