aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-03-29 19:42:55 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-30 05:59:48 +0000
commit42cccf21b1fa018747f750e9fc5b3fad35a33de0 (patch)
treeb59909b82baa1a77ba13e93a5a28043c2562dda6 /kubernetes/dcaegen2
parent810890cce295aa33c1b8e2e79b2977b58837ef80 (diff)
[DCAE] Dashboard container revision
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>
Diffstat (limited to 'kubernetes/dcaegen2')
-rw-r--r--kubernetes/dcaegen2/components/dcae-dashboard/values.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
index e92e415414..51fcd08c4a 100644
--- a/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
+++ b/kubernetes/dcaegen2/components/dcae-dashboard/values.yaml
@@ -53,7 +53,7 @@ config:
# 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
@@ -66,8 +66,8 @@ liveness:
enabled: false
readiness:
- initialDelaySeconds: 30
- periodSeconds: 30
+ initialDelaySeconds: 300
+ periodSeconds: 90
path: /ccsdk-app/health
scheme: HTTPS
@@ -103,11 +103,11 @@ flavor: small
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