diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-16 15:25:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-16 15:25:24 +0000 |
commit | f2cff9603964bdb9a25e6ba6dfdfbd8db918bf56 (patch) | |
tree | 1619b79a1cc54a327ba230b470900976a6582945 /kubernetes/dmaap/components/dmaap-bc/values.yaml | |
parent | fff1538bebabc6230b1a5a5e070633dd0ad8bdc4 (diff) | |
parent | de7a02b8315cd614e8fe277675423872d490fbb6 (diff) |
Merge "Deploy dmaap-bc with downloaded certs"
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, |