Change Pomba charts to released versions
[oom.git] / kubernetes / pomba / charts / pomba-aaictxbuilder / values.yaml
index 6503116..97c6974 100644 (file)
@@ -24,7 +24,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image:  onap/pomba-aai-context-builder:latest
+image:  onap/pomba-aai-context-builder:1.4.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -38,8 +38,8 @@ config:
   aaiUsername: AAI
   aaiPassword: OBF:1gfr1ev31gg7
   aaiHttpProtocol: https
-  aaiConnectionTimeout: 5000
-  aaiReadTimeout: 1000
+  aaiConnectionTimeout: 60000
+  aaiReadTimeout: 60000
   # HTTP Basic Authorization credentials for Rest Service API
   httpUserId: admin
   httpPassword: OBF:1u2a1toa1w8v1tok1u30
@@ -54,14 +54,14 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 30
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
+  initialDelaySeconds: 30
   periodSeconds: 10
 
 #Example service definition with external, internal and node ports.