From 8ac7a0bb664bc2e56d7ed79ab5c9eae6089b1307 Mon Sep 17 00:00:00 2001 From: ljupcovangelski Date: Thu, 11 Jul 2024 02:24:58 +0200 Subject: [PATCH] [#4177] Fix ingress for components.get --- .../helm-chart/templates/components/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infrastructure/helm-chart/templates/components/ingress.yaml b/infrastructure/helm-chart/templates/components/ingress.yaml index 5a65593cd..731d4c0a4 100644 --- a/infrastructure/helm-chart/templates/components/ingress.yaml +++ b/infrastructure/helm-chart/templates/components/ingress.yaml @@ -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: