Skip to content

Commit

Permalink
Fix vscale pod resource
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Nov 6, 2024
1 parent 7fd9035 commit cde3164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cde3164

Please sign in to comment.