From 3b145335780e4d8be67906e6f2814b3b7d8b6630 Mon Sep 17 00:00:00 2001 From: aupadhyay Date: Sat, 13 Dec 2025 17:15:12 +0530 Subject: [PATCH] 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 36289d2..a2b9d7a 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -5,4 +5,6 @@ spec: git: branch: main repo_clone_url: https://github.com/digitalocean/sample-ruby.git + instance_count: 1 + instance_size_slug: apps-s-1vcpu-0.5gb name: sample-ruby