Skip to content

Commit

Permalink
Add ingress configuration for data sources. (#5186)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
blkt authored Dec 12, 2024
1 parent f2d6feb commit 8502c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/helm/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8502c32

Please sign in to comment.