[COMMON] Harmonize resource settings
[oom.git] / kubernetes / policy / components / policy-gui / values.yaml
index b6bf2a9..deffed8 100644 (file)
@@ -29,7 +29,7 @@ subChartsOnly:
 flavor: small
 
 # application image
-image: onap/policy-gui:2.4.2
+image: onap/policy-gui:3.0.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -109,18 +109,18 @@ serviceMesh:
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 0.7Gi
+      cpu: "1"
+      memory: "0.7Gi"
     requests:
-      cpu: 0.5
-      memory: 0.7Gi
+      cpu: "0.5"
+      memory: "0.7Gi"
   large:
     limits:
-      cpu: 2
-      memory: 1.4Gi
+      cpu: "2"
+      memory: "1.4Gi"
     requests:
-      cpu: 1
-      memory: 1.4Gi
+      cpu: "1"
+      memory: "1.4Gi"
   unlimited: {}
 
 #Pods Service Account