diff --git a/docs/guides/mssqlserver/scaling/vertical-scaling/standalone.md b/docs/guides/mssqlserver/scaling/vertical-scaling/standalone.md index 72d97a6d9..a8aad0692 100644 --- a/docs/guides/mssqlserver/scaling/vertical-scaling/standalone.md +++ b/docs/guides/mssqlserver/scaling/vertical-scaling/standalone.md @@ -320,13 +320,13 @@ Now, we are going to verify whether the resources of the mssqlserver instance ha $ kubectl get pod -n demo mssql-standalone-0 -o json | jq '.spec.containers[0].resources' { "limits": { - "cpu": "2", "memory": "5Gi" }, "requests": { "cpu": "1", "memory": "5Gi" } +} ``` The above output verifies that we have successfully scaled up the resources of the MSSQLServer.