Merge "Use nodePortPrefix variable in CLAMP-mariadb service template"
[oom.git] / kubernetes / sdc / charts / sdc-be / values.yaml
index 1ee2f69..b202880 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-backend:1.5-STAGING-latest
-backendInitImage: onap/sdc-backend-init:1.5-STAGING-latest
+image: onap/sdc-backend:1.5.1
+backendInitImage: onap/sdc-backend-init:1.5.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -48,7 +48,7 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 60
+  initialDelaySeconds: 120
   periodSeconds: 10
   timeoutSeconds: 5
   # necessary to disable liveness probe when setting breakpoints