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/deployment-modes.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
@@ -22,7 +22,7 @@ Defang provides three deployment modes: development, staging, and production. Th
22
22
| Deployment | Previous deployments will be spun down before new deployments are spun up. | (like production) | 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). |
23
23
| Logging | Logs retained for 1 day to save costs. || Logs retained for 30 days for compliance. |
24
24
| Networking || (like production) | Defang will provision a NAT gateway. |
25
-
| Load Balancing | HTTP redirect to HTTPS using `302 Found`||Termindation Protection will be enabled; logs are retained on "down" |
25
+
| Load Balancing | HTTP redirect to HTTPS using `302 Found`||Termination Protection will be enabled; logs are retained on "down" |
26
26
| DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed || Defang will provision longer TTLs; records can be overwritten for ZDT |
27
27
| Managed storage | Operations that cause downtime are allowed || Encryption at rest; Final snapshot created on "down" |
28
28
| Logs | 1 day retention | 7 days retention | 30 days retention |
0 commit comments