From 733449a90ad4058ed0d4e667092523e968f9921a Mon Sep 17 00:00:00 2001 From: Michelangelo Mori Date: Thu, 12 Dec 2024 11:43:51 +0100 Subject: [PATCH] Add ingress configuration for data sources. This is necessary to test Data Sources in staging. The lack of it causes a confusing `HTTP 464` error with message `malformed header: missing HTTP content-type`. --- deployment/helm/templates/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deployment/helm/templates/ingress.yaml b/deployment/helm/templates/ingress.yaml index eaecd86deb..c8c2066e3c 100644 --- a/deployment/helm/templates/ingress.yaml +++ b/deployment/helm/templates/ingress.yaml @@ -104,6 +104,13 @@ spec: name: minder-grpc port: name: grpc + - path: /minder.v1.DataSourceService + pathType: Prefix + backend: + service: + name: minder-grpc + port: + name: grpc - path: / pathType: Prefix backend: