From a2b2550fb9d6d14c343144ad03de34f51254b6f6 Mon Sep 17 00:00:00 2001 From: aupadhyay Date: Sat, 13 Dec 2025 17:12:25 +0530 Subject: [PATCH 1/2] update_instance_size --- .do/deploy.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 7b60c0b..f7c6ee9 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -5,3 +5,5 @@ spec: git: branch: main repo_clone_url: https://github.com/digitalocean/sample-golang.git + instance_count: 1 + instance_size_slug: apps-s-1vcpu-0.5gb From c2dfb7a0f0899245fae7a36913c06e43ca404b5e Mon Sep 17 00:00:00 2001 From: aupadhyay Date: Mon, 15 Dec 2025 14:02:42 +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 f7c6ee9..a070d71 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-golang.git instance_count: 1 - instance_size_slug: apps-s-1vcpu-0.5gb + instance_size_slug: apps-s-1vcpu-0.5gb