diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-31 07:51:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-31 07:51:02 +0000 |
commit | 5bfce69c0b6919ac0dff24a09973253f2c2158bb (patch) | |
tree | 4664d19210b6bd45d715a575c84093dbf60ddf0a /kubernetes/cps/components/ncmp-dmi-plugin/values.yaml | |
parent | 74026191c6e0e3e07632ce697b7ece23c8fda91d (diff) | |
parent | 3b39ac86db63000750b3031ad8a8dbaa69857e7f (diff) |
Merge "[CPS] Update DMI-Plugin chart"
Diffstat (limited to 'kubernetes/cps/components/ncmp-dmi-plugin/values.yaml')
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml index 234f9eb646..a4a56dee80 100644 --- a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml +++ b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml @@ -47,7 +47,7 @@ global: virtualhost: baseurl: "simpledemo.onap.org" -image: onap/ncmp-dmi-plugin:1.0.0 +image: onap/ncmp-dmi-plugin:1.0.1 containerPort: &svc_port 8080 managementPort: &mgt_port 8081 @@ -147,7 +147,7 @@ config: spring: profile: helm - dmiServiceName: http://*svc_name:*svc_port + dmiServiceUrl: http://*svc_name:*svc_port sdnc: url: http://sdnc:8181 username: admin |