X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdmaap%2Fcomponents%2Fdmaap-bc%2Fvalues.yaml;h=911fee85f444d56d0cbc9ee9a2bf6550a1c4a5c8;hb=150a63ff9d0e1d5edd6695d655929fae15af71a5;hp=a3d42d2130935c3d1aae2173e36434bc7a1bedae;hpb=7bcfb74d5ff19963bbfaa67fd7c3e5afe5c75414;p=oom.git diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index a3d42d2130..911fee85f4 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -40,7 +40,7 @@ secrets: pullPolicy: Always # application images -image: onap/dmaap/dmaap-bc:2.0.6 +image: onap/dmaap/dmaap-bc:2.0.10 # application configuration @@ -138,14 +138,20 @@ postgres: ingress: enabled: false service: - - baseaddr: "dmaapbc" + - baseaddr: "dmaap-bc-api" name: "dmaap-bc" port: 8443 + plain_port: 8080 config: ssl: "redirect" # Resource Limit flavor -By Default using small flavor: small + +securityContext: + user_id: 1000 + group_id: 101 + # Segregation for Different environment (Small and Large) resources: small: @@ -169,3 +175,8 @@ serviceAccount: nameOverride: dmaap-bc roles: - read + +wait_for_job_container: + containers: + - 'dmaap-provisioning-job' +