diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-08 23:01:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-08 23:01:11 +0100 |
commit | 573a86b87ce5113f10085b82bb86eccd54d4978a (patch) | |
tree | 5bf4a05da830d17086aea0ba19659ab071648a99 /app/drone-ci | |
parent | c5866336131b5f6b042541cd677743c455b6c0b9 (diff) | |
download | infrastructure-573a86b87ce5113f10085b82bb86eccd54d4978a.tar.gz infrastructure-573a86b87ce5113f10085b82bb86eccd54d4978a.zip |
Change resource allocation
Diffstat (limited to 'app/drone-ci')
-rw-r--r-- | app/drone-ci/deploy/drone.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/drone-ci/deploy/drone.hcl b/app/drone-ci/deploy/drone.hcl index 1f53c5a..5a1e5bd 100644 --- a/app/drone-ci/deploy/drone.hcl +++ b/app/drone-ci/deploy/drone.hcl @@ -48,8 +48,8 @@ EOH } resources { - memory = 100 cpu = 100 + memory = 100 } service { @@ -115,8 +115,8 @@ EOH } resources { - memory = 100 - cpu = 100 + memory = 40 + cpu = 50 } } } |