Skip to content

Commit

Permalink
fix(readme): change example text from CPU to memory (#166)
Browse files Browse the repository at this point in the history
Signed-off-by: spdfnet <[email protected]>
  • Loading branch information
spdfnet authored Mar 27, 2024
1 parent 796a9d2 commit 0dedd9c
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 @@ -81,7 +81,7 @@ kubectl patch dragonfly dragonfly-sample --type merge -p '{"spec":{"replicas":5}
### Vertically scaling the instance
To vertically scale the instance, you can edit the `spec.resources` field in the Dragonfly instance. For example, to increase the CPU limit to 2 cores, you can run
To vertically scale the instance, you can edit the `spec.resources` field in the Dragonfly instance. For example, to increase the memory limit to 2GiB, you can run
```sh
kubectl patch dragonfly dragonfly-sample --type merge -p '{"spec":{"resources":{"requests":{"memory":"1Gi"},"limits":{"memory":"2Gi"}}}}'
Expand Down

0 comments on commit 0dedd9c

Please sign in to comment.