[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index 21b8d2d..b45a89d 100644 (file)
@@ -23,7 +23,7 @@ subChartsOnly:
   enabled: true
 
 # application image
-image: onap/ccsdk-cds-ui-server:1.4.2
+image: onap/ccsdk-cds-ui-server:1.5.1
 pullPolicy: Always
 
 # application configuration
@@ -79,6 +79,7 @@ service:
     - name: http
       port: 3000
       nodePort: 97
+      useNodePortExt: true
 
 ingress:
   enabled: false
@@ -96,17 +97,17 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 1Gi
+      memory: 0.2Gi
     requests:
-      cpu: 10m
-      memory: 100Mi
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
       cpu: 2
-      memory: 2Gi
+      memory: 0.2Gi
     requests:
-      cpu: 200m
-      memory: 200Mi
+      cpu: 1
+      memory: 0.2Gi
   unlimited: {}
 
 #Pods Service Account