Skip to content

Commit

Permalink
Merge pull request #79 from vshn/update/sizing
Browse files Browse the repository at this point in the history
Remove notice about redis disk resizing
  • Loading branch information
Kidswiss authored Aug 9, 2023
2 parents 76b56ef + 591810f commit 1c0c105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

orphans_cmd ?= $(engine_cmd) run $(engine_opts) --volume "$${PWD}:/antora" ghcr.io/vshn/antora-nav-orphans-checker:1.1 -antoraPath /antora/docs
vale_cmd ?= $(engine_cmd) run $(engine_opts) --volume "$${PWD}"/docs/modules/ROOT/pages:/pages --workdir /pages ghcr.io/vshn/vale:2.15.5 --minAlertLevel=error .
preview_cmd ?= $(engine_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora ghcr.io/vshn/antora-preview:3.1.2.3 --antora=docs --style=vshn
preview_cmd ?= $(engine_cmd) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora ghcr.io/vshn/antora-preview:3.1.4 --antora=docs --style=vshn
antora_cmd ?= $(engine_cmd) run $(engine_opts) --volume "$${PWD}":/antora ghcr.io/vshn/antora:3.1.2.2
antora_opts ?= --cache-dir=.cache/antora

Expand Down
3 changes: 1 addition & 2 deletions docs/modules/ROOT/pages/vshn-managed/redis/plans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ If you use the `standard-X` plans, the instance will be scheduled on a `flex` no
If you need a larger instance, please contact https://docs.appuio.cloud/user/contact.html[APPUiO Cloud support] and manually request more memory according to <<_custom_sizing>>.
====


== Custom Sizing

While we provide some pre-configured plans, you are free to choose custom values for CPU, memory, and disk size.
Expand All @@ -96,7 +95,7 @@ spec:
name: postgres-creds
----

IMPORTANT: Changing disk size after initial provisioning is currently not supported.
NOTE: Changing the disk size from a default plan will restart the Redis pods. Any further disk size changes should not trigger a restart.

NOTE: We don't recommend setting the requests to a lower value then the limit, as this might negatively impact the performance and stability of your instance.

Expand Down

0 comments on commit 1c0c105

Please sign in to comment.