[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index 21b8d2d..cd7c64e 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
@@ -95,18 +96,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: 999
+      memory: 0.2Gi
     requests:
-      cpu: 10m
-      memory: 100Mi
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 0.2Gi
     requests:
-      cpu: 200m
-      memory: 200Mi
+      cpu: 1
+      memory: 0.2Gi
   unlimited: {}
 
 #Pods Service Account