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
|
enabled: true
|
||||||
api:
|
api:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
compute:
|
compute:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
collector:
|
collector:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
notification:
|
notification:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
central:
|
central:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
@ -1999,21 +1999,21 @@ pod:
|
|||||||
jobs:
|
jobs:
|
||||||
db_init:
|
db_init:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
db_init_mongodb:
|
db_init_mongodb:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
db_sync:
|
db_sync:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
@ -2027,28 +2027,28 @@ pod:
|
|||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
ks_endpoints:
|
ks_endpoints:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
ks_service:
|
ks_service:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
ks_user:
|
ks_user:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
tests:
|
tests:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
|
@ -1096,14 +1096,14 @@ pod:
|
|||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
trusts:
|
trusts:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
engine_cleaner:
|
engine_cleaner:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
|
@ -1937,7 +1937,7 @@ pod:
|
|||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1204Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
jobs:
|
jobs:
|
||||||
db_init:
|
db_init:
|
||||||
|
@ -620,7 +620,7 @@ pod:
|
|||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
engine_cleaner:
|
engine_cleaner:
|
||||||
requests:
|
requests:
|
||||||
memory: "124Mi"
|
memory: "128Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user