diff options
author | Krishna <krishnamoorthy.manoharan@stl.tech> | 2022-03-31 15:40:34 +0530 |
---|---|---|
committer | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-04-25 17:32:14 +0000 |
commit | 56df31300c21d665032004f5e07ee4a5c998e6f4 (patch) | |
tree | 07924d6d97e02d07ff516dbd1ea66d3fd64d8d48 /kubernetes/oof/components/oof-has/values.yaml | |
parent | 700dbc0ee227049c9d4e842f8af2dadd4417671a (diff) |
[OOF] Update OOF-HAS container to 2.3.0
Update OOF-HAS container to 2.3.0
Issue-ID: OPTFRA-1037
Signed-off-by: Krishna <krishnamoorthy.manoharan@stl.tech>
Change-Id: I46f6a23ce0f61cf22559e39e29a0118cc9730136
Diffstat (limited to 'kubernetes/oof/components/oof-has/values.yaml')
-rwxr-xr-x | kubernetes/oof/components/oof-has/values.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/oof/components/oof-has/values.yaml b/kubernetes/oof/components/oof-has/values.yaml index bc129beb3e..8a146a90b8 100755 --- a/kubernetes/oof/components/oof-has/values.yaml +++ b/kubernetes/oof/components/oof-has/values.yaml @@ -19,7 +19,7 @@ global: commonConfigPrefix: onap-oof-has image: - optf_has: onap/optf-has:2.2.1 + optf_has: onap/optf-has:2.3.0 persistence: enabled: true @@ -71,6 +71,9 @@ config: cps: service: cps-tbdmt port: 8080 + dcae: + service: dcae-slice-analysis-ms + port: 8080 etcd: serviceName: &etcd-service oof-has-etcd port: 2379 |