Skip to content

Commit 3f16324

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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 |

docs/tutorials/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 300,
44
"link": {
55
"type": "generated-index",
6-
"description": "Check out these tutorials to learn more about the Defang platform."
6+
"description": "Check out these tutorials to learn more about Defang."
77
}
88
}

0 commit comments

Comments
 (0)