Skip to content

Commit

Permalink
MySQL doc fixes (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: ashraful <[email protected]>
  • Loading branch information
AshrafulHaqueToni authored Oct 13, 2023
1 parent c9d49fc commit 7c73f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/mysql/concepts/autoscaler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mysql/quickstart/yamls/dbgate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spec:
targetPort: http
selector:
app: dbgate
type: LoadBalance
type: LoadBalancer

0 comments on commit 7c73f16

Please sign in to comment.