We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
@vijayg10 @amarmodus has this issue not been fixed?
Sorry, something went wrong.
No branches or pull requests
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
Temporary Workaround
Edit the k8s service using the following command and change the targetPort to 4001
The text was updated successfully, but these errors were encountered: