[COMMON] Harmonize resource settings, Part 2

Some settings are still wrongly interpreted (e.g. 0.02Gi)
Therefor they are changed to non-floating numbers (e.g. 20Mi)

Issue-ID: OOM-3273

Change-Id: Icc88dead1ac5b1df8629d6adcc438a739e20522e
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
diff --git a/kubernetes/policy/components/policy-gui/values.yaml b/kubernetes/policy/components/policy-gui/values.yaml
index 3aaf001..3338d8f 100644
--- a/kubernetes/policy/components/policy-gui/values.yaml
+++ b/kubernetes/policy/components/policy-gui/values.yaml
@@ -110,10 +110,10 @@
   small:
     limits:
       cpu: "1"
-      memory: "0.7Gi"
+      memory: "700Mi"
     requests:
       cpu: "0.5"
-      memory: "0.7Gi"
+      memory: "700Mi"
   large:
     limits:
       cpu: "2"