From 3af119c095b6fb33ac2b26b6084bfcea2b642bf4 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:28:31 -0700 Subject: [PATCH 1/6] revisions to deployment table --- docs/concepts/deployment-modes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index dfa2cac71..dd266e28b 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -16,13 +16,12 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Feature | Affordable | Balanced | High Availability | |-|-|-|-| -| Build Resources | Builds will be run with 2x vCPUs | Builds will be run with 2x vCPUs | Builds will be run with 4x vCPUs | +| Build Resources | Builds will be run with 2x vCPUs | (like `affordable`) | Builds will be run with 4x vCPUs | | Compute | Using spot instances | (like `affordable`) | On-demand instances | | Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production | | 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). | -| Logging | Logs retained for 1 day to save costs. | | Logs retained for 30 days for compliance. | +| 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. | | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT | | Managed storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" | -| Logs | 1 day retention | 7 days retention | 30 days retention | From 560b10406b63f9e37fa882f0061941da79afa496 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:38:10 -0700 Subject: [PATCH 2/6] capital S for storage --- docs/concepts/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index dd266e28b..056a594de 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -24,4 +24,4 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT | -| Managed storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" | +| Managed Storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" | From 93c6ad2ec5350173d750f5924c6f39df6c53044a Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:45:35 -0700 Subject: [PATCH 3/6] simplified log description --- docs/concepts/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index 056a594de..9702519ac 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -20,7 +20,7 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Compute | Using spot instances | (like `affordable`) | On-demand instances | | Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production | | 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). | -| 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. | +| Logs | 1 day retention | 7 days retention | 30 days retention | | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT | From 50b8ac89373480301638e90af02cb53c3e022c06 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:49:02 -0700 Subject: [PATCH 4/6] capital S for storage --- docs/concepts/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index dd266e28b..056a594de 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -24,4 +24,4 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT | -| Managed storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" | +| Managed Storage | Operations that cause downtime are allowed | | Encryption at rest; Final snapshot created on "down" | From 23db8ffad62c74077f47e48fb91abffe29f9db1a Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:50:47 -0700 Subject: [PATCH 5/6] use descriptive version --- docs/concepts/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index 056a594de..9702519ac 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -20,7 +20,7 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Compute | Using spot instances | (like `affordable`) | On-demand instances | | Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production | | 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). | -| 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. | +| Logs | 1 day retention | 7 days retention | 30 days retention | | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT | From e901ae6487fcaaaeb38ec2b914c833bcecff8318 Mon Sep 17 00:00:00 2001 From: commit111 Date: Mon, 14 Jul 2025 13:51:24 -0700 Subject: [PATCH 6/6] update description --- docs/concepts/deployment-modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/deployment-modes.md b/docs/concepts/deployment-modes.md index 9702519ac..056a594de 100644 --- a/docs/concepts/deployment-modes.md +++ b/docs/concepts/deployment-modes.md @@ -20,7 +20,7 @@ Defang provides three deployment modes: `affordable`, `balanced`, and `high_avai | Compute | Using spot instances | (like `affordable`) | On-demand instances | | Databases | Defang will provision resources optimized for burstable memory | (like `high_availability`) | Defang will provision resources optimized for production | | 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). | -| Logs | 1 day retention | 7 days retention | 30 days retention | +| 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. | | Networking | | (like `high_availability`) | Defang will provision a NAT gateway. | | Load Balancing | HTTP redirect to HTTPS using `302 Found` | | Termination Protection will be enabled; logs are retained on "down" | | DNS | Defang will provision shorter TTLs; zones will be forcefully destroyed | | Defang will provision longer TTLs; records can be overwritten for ZDT |