From c0daa9cbdf70bddb934e5d496ae29886a5cbe6f3 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Tue, 10 Oct 2023 20:54:12 +0330 Subject: [PATCH] Revert "Set autoscaling similar to HiChee" This reverts commit 5927ddf0a73715a1b61ef149d75e718a02967f85. --- .controlplane/templates/rails.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.controlplane/templates/rails.yml b/.controlplane/templates/rails.yml index b5145f7..a677384 100644 --- a/.controlplane/templates/rails.yml +++ b/.controlplane/templates/rails.yml @@ -23,12 +23,9 @@ spec: defaultOptions: # Start out like this for "test apps" autoscaling: - metric: latency - minScale: 1 # Max of 1 effectively disables autoscaling, so like a Heroku dyno count of 1 maxScale: 1 capacityAI: true - timeoutSeconds: 60 firewallConfig: external: # Default to allow public access to Rails server