Skip to content

Commit 2168886

Browse files
authored
Update deployment-modes.md
1 parent c709d03 commit 2168886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/deployment-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai
1919
| Build Resources | Builds will be run with 2x vCPUs | (like `affordable`) | Builds will be run with 4x vCPUs |
2020
| Compute | Using spot instances | (like `affordable`) | On-demand instances |
2121
| Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production |
22-
| Deployment | Previous deployments will be spun down before new deployments are spun up. | (like `high_availability`) | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least [the original number of replicas](/docs/tutorials/scaling-your-services). |
22+
| Deployment | Previous deployments will be spun down before new deployments are spun up. Stopped tasks will not restart. | (like `high_availability`) | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least [the original number of replicas](/docs/tutorials/scaling-your-services). |
2323
| Logs | Logs retained for 1 day to save costs. | Logs retained for 7 days to balance cost and access. | Logs retained for 30 days for compliance. |
2424
| Networking | | (like `high_availability`) | Defang will provision a NAT gateway. |
2525
| Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" |

0 commit comments

Comments
 (0)