Fix Drone resource spec: use bytes instead of Gi suffix
This commit is contained in:
parent
6492741757
commit
f9e4960783
1 changed files with 4 additions and 4 deletions
|
|
@ -25,9 +25,9 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 1Gi
|
memory: 1073741824
|
||||||
limits:
|
limits:
|
||||||
memory: 2Gi
|
memory: 2147483648
|
||||||
settings:
|
settings:
|
||||||
username: viktorbarzin
|
username: viktorbarzin
|
||||||
password:
|
password:
|
||||||
|
|
@ -45,9 +45,9 @@ steps:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 1Gi
|
memory: 1073741824
|
||||||
limits:
|
limits:
|
||||||
memory: 2Gi
|
memory: 2147483648
|
||||||
settings:
|
settings:
|
||||||
username: viktorbarzin
|
username: viktorbarzin
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue