You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/scaling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Instead of manually adding more instances when traffic increases, an auto-scalin
40
40
With Defang, users on the Pro plan or higher can enable service-level autoscaling in three steps:
41
41
42
42
1. Add the _**x-defang-autoscaling : true**_ extension to the service you want to autoscale.
43
-
2.Removing any _**replicas**_ field in the _**deploy**_ mapping (if present).
43
+
2.Remove any _**replicas**_ field in the _**deploy**_ mapping (if present).
44
44
3. Deploy using staging or production [mode](/docs/concepts/deployments#deployment-modes). (e.g. ```defang compose up --provider=aws --mode=production```)
0 commit comments