Minor: memory allocation mistypes fix
Memory allocation mistypes fix: "1204Mi" -> "1024Mi" "124Mi" -> "128Mi" Change-Id: Ic1abc86f3e9b3ba478645ee2b4e46a8310948540
This commit is contained in:
parent
8e4ee070e6
commit
1e8488d253
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -1937,7 +1937,7 @@ pod:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "1204Mi"
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
jobs:
|
||||
db_init:
|
||||
|
@ -620,7 +620,7 @@ pod:
|
||||
cpu: "2000m"
|
||||
engine_cleaner:
|
||||
requests:
|
||||
memory: "124Mi"
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
|
Loading…
Reference in New Issue
Block a user