From 783047ea6d3e13bb16d7a8c564e84ad5e4ca000b Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 12 Apr 2023 14:53:57 +0200 Subject: [PATCH] [HOLMES] Correct Ingress definition Fixed Holmes rule management Ingress definition Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler Change-Id: Idb8c66ecefad7731996fc186b32f6733dad02de2 --- kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index 543b7aa52c..d91bb1eeeb 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -94,7 +94,7 @@ ingress: path: "/api/holmes-rule-mgmt/v1" plain_port: 9101 - baseaddr: "holmes-rule-mgmt-ui" - name: "holmes-rule-mgmt-ui" + name: "holmes-rule-mgmt" path: "/iui/holmes" plain_port: 9104 config: -- 2.16.6