Skip to content

Commit

Permalink
[#4177] Fix ingress for components.get
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Jul 11, 2024
1 parent ff62f6e commit 8ac7a0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/helm-chart/templates/components/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,13 @@ spec:
name: api-components-installer
port:
number: 80
- path: /components
pathType: Prefix
backend:
service:
name: airy-controller
port:
number: 80
- path: /streams
pathType: Prefix
backend:
Expand Down

0 comments on commit 8ac7a0b

Please sign in to comment.