X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcharts%2Faai-babel%2Fvalues.yaml;h=2239c9a11d9f3364f64cdb0a29735d4cd5a0b01b;hb=d4c3afda27006956cb3e8792c6613e4c3f16efed;hp=ef872a04a2de503ffb0961fb6dda13a4a3d859a9;hpb=b4b0948858975bcb7f47803b06c1a6f2a7bea416;p=oom.git diff --git a/kubernetes/aai/charts/aai-babel/values.yaml b/kubernetes/aai/charts/aai-babel/values.yaml index ef872a04a2..60b7dd4086 100644 --- a/kubernetes/aai/charts/aai-babel/values.yaml +++ b/kubernetes/aai/charts/aai-babel/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, AT&T +# Modifications Copyright © 2018 Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +17,7 @@ # Global configuration defaults. ################################################################# global: - readinessImage: readiness-check:2.0.0 + readinessImage: readiness-check:2.0.2 loggingImage: beats/filebeat:5.5.0 ################################################################# @@ -24,7 +25,9 @@ global: ################################################################# # application image -image: onap/babel:1.2-STAGING-latest +image: onap/babel:1.4-STAGING-latest + +flavor: small # application configuration config: @@ -52,13 +55,27 @@ readiness: service: type: NodePort - name: babel portName: babel - externalPort: 79 + externalPort: 9516 internalPort: 9516 nodePort: 79 ingress: enabled: false -resources: {} +resources: + small: + limits: + cpu: 2 + memory: 4Gi + requests: + cpu: 0.5 + memory: 1Gi + large: + limits: + cpu: 4 + memory: 8Gi + requests: + cpu: 2 + memory: 2Gi + unlimited: {}