From 1e8488d253d32e052a845a1857aa429fce019eb6 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Thu, 27 Sep 2018 12:29:08 +0200 Subject: [PATCH] Minor: memory allocation mistypes fix Memory allocation mistypes fix: "1204Mi" -> "1024Mi" "124Mi" -> "128Mi" Change-Id: Ic1abc86f3e9b3ba478645ee2b4e46a8310948540 --- ceilometer/values.yaml | 24 ++++++++++++------------ heat/values.yaml | 4 ++-- horizon/values.yaml | 2 +- senlin/values.yaml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ceilometer/values.yaml b/ceilometer/values.yaml index 4e7f10470d..4e0a87b1b6 100644 --- a/ceilometer/values.yaml +++ b/ceilometer/values.yaml @@ -1963,35 +1963,35 @@ pod: enabled: true api: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" compute: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" collector: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" notification: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" central: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" @@ -1999,21 +1999,21 @@ pod: jobs: db_init: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" db_init_mongodb: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" db_sync: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" @@ -2027,28 +2027,28 @@ pod: cpu: "2000m" ks_endpoints: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" ks_service: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" ks_user: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" tests: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" diff --git a/heat/values.yaml b/heat/values.yaml index c8f47d50f7..13fa2beca7 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -1096,14 +1096,14 @@ pod: cpu: "2000m" trusts: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" cpu: "2000m" engine_cleaner: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi" diff --git a/horizon/values.yaml b/horizon/values.yaml index 039cc1e47b..9b1865eb97 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -1937,7 +1937,7 @@ pod: memory: "128Mi" cpu: "100m" limits: - memory: "1204Mi" + memory: "1024Mi" cpu: "2000m" jobs: db_init: diff --git a/senlin/values.yaml b/senlin/values.yaml index 82d1787baa..2353ba7901 100644 --- a/senlin/values.yaml +++ b/senlin/values.yaml @@ -620,7 +620,7 @@ pod: cpu: "2000m" engine_cleaner: requests: - memory: "124Mi" + memory: "128Mi" cpu: "100m" limits: memory: "1024Mi"