Merge "[VNFSDK] Use the newest image"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 8 Mar 2021 14:28:04 +0000 (14:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 8 Mar 2021 14:28:04 +0000 (14:28 +0000)
kubernetes/vnfsdk/values.yaml

index 55eea0f..28a2ac4 100644 (file)
@@ -37,7 +37,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/vnfsdk/refrepo:1.6.2
+image: onap/vnfsdk/refrepo:1.6.3
 pullPolicy: Always
 
 # application configuration override for postgres
@@ -96,8 +96,8 @@ liveness:
   enabled: true
 
 readiness:
-  initialDelaySeconds: 10
-  periodSeconds: 10
+  initialDelaySeconds: 60
+  periodSeconds: 30
 
 service:
   type: NodePort