diff --git a/infrastructure/helm-chart/templates/ingress.yaml b/infrastructure/helm-chart/templates/ingress.yaml index 40d618bba4..c586b6062d 100644 --- a/infrastructure/helm-chart/templates/ingress.yaml +++ b/infrastructure/helm-chart/templates/ingress.yaml @@ -78,6 +78,13 @@ spec: name: api-communication port: number: 80 + - path: /messages.suggestReplies + pathType: Prefix + backend: + service: + name: api-communication + port: + number: 80 - path: /metadata.upsert pathType: Prefix backend: