From 97eca957862de0de41b8596dbee27688ea5bbba0 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Thu, 7 Mar 2024 14:22:24 -0800 Subject: [PATCH] increase isntances on development to allow for zero downtime --- ops/manifests/manifest-development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/manifests/manifest-development.yaml b/ops/manifests/manifest-development.yaml index 08244cf08..23558ba4c 100644 --- a/ops/manifests/manifest-development.yaml +++ b/ops/manifests/manifest-development.yaml @@ -4,7 +4,7 @@ applications: buildpacks: - python_buildpack path: ../../src - instances: 1 + instances: 2 memory: 512M stack: cflinuxfs4 timeout: 180