Fix Drone resource spec: use bytes instead of Gi suffix

This commit is contained in:
Viktor Barzin 2026-02-11 22:05:04 +00:00
parent 6492741757
commit f9e4960783
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -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: