From 7c02c5c17434bae281a410541c7f0df19ae93eb2 Mon Sep 17 00:00:00 2001 From: aupadhyay Date: Sat, 13 Dec 2025 19:44:05 +0530 Subject: [PATCH 1/2] update_instance_size --- .do/deploy.template.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 7fd24dd97..1649c6a08 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -4,4 +4,6 @@ spec: - name: web git: branch: main - repo_clone_url: https://github.com/digitalocean/sample-flask.git \ No newline at end of file + repo_clone_url: https://github.com/digitalocean/sample-flask.git + instance_count: 1 + instance_size_slug: apps-s-1vcpu-0.5gb \ No newline at end of file From 0ad0086a5d8b5bc09a258d86e4037ec9c7c46456 Mon Sep 17 00:00:00 2001 From: aupadhyay Date: Mon, 15 Dec 2025 14:31:55 +0530 Subject: [PATCH 2/2] update_instance_size --- .do/deploy.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 1649c6a08..ca6def782 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -6,4 +6,4 @@ spec: branch: main repo_clone_url: https://github.com/digitalocean/sample-flask.git instance_count: 1 - instance_size_slug: apps-s-1vcpu-0.5gb \ No newline at end of file + instance_size_slug: apps-s-1vcpu-0.5gb \ No newline at end of file