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
|
||||
resources:
|
||||
requests:
|
||||
memory: 1Gi
|
||||
memory: 1073741824
|
||||
limits:
|
||||
memory: 2Gi
|
||||
memory: 2147483648
|
||||
settings:
|
||||
username: viktorbarzin
|
||||
password:
|
||||
|
|
@ -45,9 +45,9 @@ steps:
|
|||
image: plugins/docker
|
||||
resources:
|
||||
requests:
|
||||
memory: 1Gi
|
||||
memory: 1073741824
|
||||
limits:
|
||||
memory: 2Gi
|
||||
memory: 2147483648
|
||||
settings:
|
||||
username: viktorbarzin
|
||||
password:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue