[COMMON] Harmonize all component ingress config
[oom.git] / kubernetes / dmaap / components / dmaap-bc / values.yaml
index a8e7cf9..911fee8 100644 (file)
@@ -40,7 +40,7 @@ secrets:
 pullPolicy: Always
 
 # application images
-image: onap/dmaap/dmaap-bc:2.0.8
+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'
+