Skip to content

Commit

Permalink
Merge pull request #101 from vshn/fix-mariadb
Browse files Browse the repository at this point in the history
Fix VSHNMariaDB plans
  • Loading branch information
Kidswiss authored Apr 2, 2024
2 parents 22e7e73 + e34af17 commit cbd813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/vshn-managed/mariadb/plans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you need a larger instance, please contact https://docs.appuio.cloud/user/con
== Custom Sizing

While we provide some pre-configured plans, you are free to choose custom values for CPU, memory, and disk size.
To do that simply set `spec.parameters.size.cpuRequests`, `spec.parameters.size.cpuLimits`, `spec.parameters.size.memoryRequests`, `spec.parameters.size.memoryLimits`,or `spec.parameters.size.disk`.
To do that simply set `spec.parameters.size.disk`, `spec.parameters.size.cpu`, `spec.parameters.size.memory`, `spec.parameters.size.requests.cpu` or `spec.parameters.size.requests.memory`.

The following example would keep the memory requests from the `standard-2` plan while increasing the CPU request to `1` and the CPU limits to `9`.

Expand Down

0 comments on commit cbd813f

Please sign in to comment.