diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 12:08:49 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-16 12:08:49 +0200 |
commit | b42bf16f78b2f9b0e53cf5bd5a9bc396b9286ec1 (patch) | |
tree | eb822c16e53f4b5a5cf90984ab434b62a64241a1 /cluster/prod | |
parent | 294c2ad2ed46d12ac7b8305bb2b67b460c134180 (diff) | |
parent | 45a0e850ce7c498e5ef1d281fb67b2f34dc00e8c (diff) | |
download | nixcfg-b42bf16f78b2f9b0e53cf5bd5a9bc396b9286ec1.tar.gz nixcfg-b42bf16f78b2f9b0e53cf5bd5a9bc396b9286ec1.zip |
Merge branch 'main' into add-bespin
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index 7449740..5c9f9c0 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -90,7 +90,7 @@ EOH } resources { - cpu = 2000 + cpu = 500 memory = 200 } |