From 7c73f164fa3aa139d5b63ded968a1fcb7eca3331 Mon Sep 17 00:00:00 2001 From: Ashraful Haque Tani <48568933+AshrafulHaqueToni@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:15:01 +0600 Subject: [PATCH] MySQL doc fixes (#541) Signed-off-by: ashraful --- docs/guides/mysql/concepts/autoscaler/index.md | 4 ++-- docs/guides/mysql/quickstart/yamls/dbgate.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/mysql/concepts/autoscaler/index.md b/docs/guides/mysql/concepts/autoscaler/index.md index 2fab367ecf..fafa5c2f20 100644 --- a/docs/guides/mysql/concepts/autoscaler/index.md +++ b/docs/guides/mysql/concepts/autoscaler/index.md @@ -85,9 +85,9 @@ All of them has the following sub-fields: ### spec.storage -`spec.compute` specifies the autoscaling configuration for the storage resources of the database components. This field consists of the following sub-field: +`spec.storage` specifies the autoscaling configuration for the storage resources of the database components. This field consists of the following sub-field: -- `spec.compute.mairadb` indicates the desired storage autoscaling configuration for a MySQL standalone or cluster. +- `spec.storage.mysql` indicates the desired storage autoscaling configuration for a MySQL standalone or cluster. All of them has the following sub-fields: diff --git a/docs/guides/mysql/quickstart/yamls/dbgate.yaml b/docs/guides/mysql/quickstart/yamls/dbgate.yaml index 8ad4702e3e..10e5f0501f 100644 --- a/docs/guides/mysql/quickstart/yamls/dbgate.yaml +++ b/docs/guides/mysql/quickstart/yamls/dbgate.yaml @@ -37,4 +37,4 @@ spec: targetPort: http selector: app: dbgate - type: LoadBalance \ No newline at end of file + type: LoadBalancer \ No newline at end of file