Skip to content

Commit b202a79

Browse files
remove distracting notes about deployment modes
1 parent 776d5c7 commit b202a79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/concepts/deployment-modes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Defang provides three deployment modes: development, staging, and production. Th
1919
| Build Resources | Builds will be run with 2x vCPUs | Builds will be run with 2x vCPUs | Builds will be run with 4x vCPUs |
2020
| Databases | Defang will provision resources optimized for burstable memory | | Defang will provision resources optimized for production |
2121
| Static Resources | | | Defang will provision a CDN |
22-
| Object Storage | S3 contents will be lost when deprovisioned. | | S3 contents will be retained if the bucket is deprovisioned. |
23-
| Deployment | Previous deployments will be spun down before new deployments are spun up. | | Rolling updates will be used to deploy new versions. |
22+
| Deployment | Previous deployments will be spun down before new deployments are spun up. | | Rolling updates will be used to deploy new versions. Defang will gradually replace services while maintaining at least the original number of replicas. |
2423
| Logging | Logs retained for 1 day to save costs. | | Logs retained for 30 days for compliance. |
25-
| Networking | Defang will provision a bastion box. | | Defang will provision a NAT gateway. |
24+
| Networking | | | Defang will provision a NAT gateway. |
2625
| DNS | Defang will provision shorter TTLs | | Defang will provision longer TTLs |

0 commit comments

Comments
 (0)