Skip to content

Commit 64ab9c4

Browse files
authored
chore: add ping to gate way (#576)
1 parent 9bb7642 commit 64ab9c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform/gitops/generate-files/templates/mojaloop/ext-ingress.yaml.tpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ spec:
3333
name: ${mojaloop_release_name}-account-lookup-service
3434
port:
3535
number: 80
36+
- path: /ping
37+
pathType: ImplementationSpecific
38+
backend:
39+
service:
40+
name: ${mojaloop_release_name}-ml-participant-connection-test-svc
41+
port:
42+
number: 80
3643
- path: /quotes
3744
pathType: ImplementationSpecific
3845
backend:

0 commit comments

Comments
 (0)