From: Andreas Geissler Date: Mon, 8 Jan 2024 10:12:22 +0000 (+0000) Subject: Merge "[AAI] Add option to disable access logging for liveness probes" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6aa05ae0c69a6b22d3c4de6cf50e45bc0c9742d9;hp=42de54678378ce54f476f520cce970ce1fd1ba69;p=oom.git Merge "[AAI] Add option to disable access logging for liveness probes" --- diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index 1b2724741a..bebd411ecb 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -69,7 +69,7 @@ service: port: &svc_port 9101 nodePort: 92 - name: http-ui - port: 9104 + port: &ui_port 9104 nodePort: 93 annotations: msb.onap.org/service-info: | @@ -92,11 +92,11 @@ ingress: - baseaddr: "holmes-rule-mgmt" name: "holmes-rule-mgmt" path: "/api/holmes-rule-mgmt/v1" - plain_port: 9101 + port: *svc_port - baseaddr: "holmes-rule-mgmt-ui" name: "holmes-rule-mgmt" path: "/iui/holmes" - plain_port: 9104 + port: *ui_port config: ssl: "redirect"