Skip to content

Commit

Permalink
Fix typo in quantity suffix for staging resources (#1341)
Browse files Browse the repository at this point in the history
* Fix typo in suffix of Next memory limit from `mi` to `Mi`
  • Loading branch information
vidriduch authored Sep 18, 2024
1 parent 1e597ac commit 5072a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/kubernetes/envs/Staging/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"envs": {
"NEXT_CPU_REQUESTS": "10m",
"NEXT_MEMORY_REQUESTS": "128mi",
"NEXT_MEMORY_REQUESTS": "128Mi",
"NEXT_CPU_LIMITS": "500m",
"NEXT_MEMORY_LIMITS": "1Gi"
}
Expand Down

0 comments on commit 5072a2a

Please sign in to comment.