Skip to content

Commit

Permalink
Update README memory limit resources typo (#158)
Browse files Browse the repository at this point in the history
Current documentation provides an invalid value for memory limit.

The K6 "k6-sample-21" is invalid: spec.runner.resources.limits.memory: Invalid value: "1000mi": spec.runner.resources.limits.memory in body should match '^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$'
  • Loading branch information
paulomf authored Nov 2, 2022
1 parent 8d5b983 commit 6117d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 1000mi
memory: 1000Mi
requests:
cpu: 100m
memory: 500Mi
Expand Down

0 comments on commit 6117d20

Please sign in to comment.