diff options
author | Dominic Lunanuova <dgl@research.att.com> | 2020-03-12 16:36:09 +0000 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2020-03-13 23:18:08 +0000 |
commit | de7a02b8315cd614e8fe277675423872d490fbb6 (patch) | |
tree | fd29f266479e6735752d9d616ddc94b79e42c14d /kubernetes/dmaap/components/dmaap-bc/values.yaml | |
parent | 367b492a7fab6170e726b24e39fe82d0c19358ae (diff) |
Deploy dmaap-bc with downloaded certs
This fixes the charts to properly install new SSL artifacts from AAF.
And we use the newest container version that uses cadi library to read
these artifacts.
Issue-ID: DMAAP-1401
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Change-Id: I4d70716220a7f3e629762d3bef2149e3b0147133
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/values.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index 28c77eb54c..3a18787826 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -30,7 +30,8 @@ pullPolicy: Always # application images repository: nexus3.onap.org:10001 -image: onap/dmaap/dmaap-bc:2.0.3 +#repository: 10.12.7.57:5000 +image: onap/dmaap/dmaap-bc:2.0.4 # application configuration @@ -49,7 +50,7 @@ adminPwd: demo123456! #AAF local config aafConfig: - aafDeployFqi: dmaap-bc@dmaap-bc.onap.org + aafDeployFqi: deployer@people.osaaf.org aafDeployPass: demo123456! fqdn: dmaap-bc fqi: dmaap-bc@dmaap-bc.onap.org @@ -58,7 +59,7 @@ aafConfig: cadiLongitude: 0.0 persistence: - aafCredsPath: /opt/app/osaaf/local + aafCredsPath: /opt/app/osaaf/local/ # for Casablanca default deployment, leave this true to # get a topic namespace that matches MR. When set to false, |