From dc54521033b5f15b956927254d255ba37579723e Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 6 Dec 2024 17:44:23 +0100 Subject: [PATCH] Added app hosting min instances --- examples/example_next/apphosting.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/example_next/apphosting.yaml diff --git a/examples/example_next/apphosting.yaml b/examples/example_next/apphosting.yaml new file mode 100644 index 000000000..412274ce8 --- /dev/null +++ b/examples/example_next/apphosting.yaml @@ -0,0 +1,6 @@ +runConfig: + minInstances: 1 + maxInstances: 4 + concurrency: 100 + cpu: 2 + memoryMiB: 1024