summaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-03-22 08:35:10 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-22 08:35:10 +0000
commitf91c26bb28e7ee59ccc941647190c18257f23a01 (patch)
tree1e672cad3d870348c788a61290eab6559b8968a2 /kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
parent2d9b7845a42feea8474d6d26950d953a7e15f8df (diff)
parentb4d92128b6966bbf6f87d36efb09f0580615672f (diff)
Merge "[HOLMES] Fixed the healthcheck failure"
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/values.yaml')
-rw-r--r--kubernetes/holmes/components/holmes-rule-mgmt/values.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
index d26e88d193..94076194e0 100644
--- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
+++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml
@@ -20,12 +20,15 @@
#################################################################
global:
nodePortPrefixExt: 302
+ msbProtocol: https
+ msbServiceName: msb-iag
+ msbPort: 443
#################################################################
# Application configuration defaults.
#################################################################
# application image
-image: onap/holmes/rule-management:10.0.0
+image: onap/holmes/rule-management:10.0.2
consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0
#################################################################