bugfix & switch to integration-java11:8.0.0 base image
increase readiness timeout
Error noticed is possibly due to resource contraint
bumping up requests limit
Change-Id: I8cbe3e1706a184a95cd64abc99d285fb64151dcf
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: INT-1864
Issue-ID: CCSDK-3233
Signed-off-by: vv770d <vv770d@att.com>
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.0
+image: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.4.2
 pullPolicy: Always
 
 # probe configuration parameters
   enabled: false
 
 readiness:
-  initialDelaySeconds: 30
-  periodSeconds: 30
+  initialDelaySeconds: 300
+  periodSeconds: 90
   path: /ccsdk-app/health
   scheme: HTTPS
 
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 2Gi
-    requests:
-      cpu: 1
+      cpu: 0.6
       memory: 1Gi
+    requests:
+      cpu: 0.4
+      memory: 600Mib
   large:
     limits:
       cpu: 4