From ee83e41ad5de26351d8c00ae577b9f1d004a5a66 Mon Sep 17 00:00:00 2001 From: Bozhidar Marinov Date: Mon, 18 May 2026 12:09:18 +0300 Subject: [PATCH] feat: add default plan and concurrency values to templates --- go-template/stackit-functions.yaml | 3 +++ js-template/stackit-functions.yaml | 3 +++ py-template/stackit-functions.yaml | 3 +++ quarkus-template/stackit-functions.yaml | 3 +++ rs-template/stackit-functions.yaml | 3 +++ spring-template/stackit-functions.yaml | 3 +++ ts-template/stackit-functions.yaml | 3 +++ 7 files changed, 21 insertions(+) diff --git a/go-template/stackit-functions.yaml b/go-template/stackit-functions.yaml index 7003a99..07a262f 100644 --- a/go-template/stackit-functions.yaml +++ b/go-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: go trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f2 + concurrency: 100 diff --git a/js-template/stackit-functions.yaml b/js-template/stackit-functions.yaml index b0f99e2..b3d2fe3 100644 --- a/js-template/stackit-functions.yaml +++ b/js-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: nodejs trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f3 + concurrency: 20 diff --git a/py-template/stackit-functions.yaml b/py-template/stackit-functions.yaml index 87f0650..e3b389d 100644 --- a/py-template/stackit-functions.yaml +++ b/py-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: python trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f3 + concurrency: 50 diff --git a/quarkus-template/stackit-functions.yaml b/quarkus-template/stackit-functions.yaml index 17d5a74..e2cc646 100644 --- a/quarkus-template/stackit-functions.yaml +++ b/quarkus-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: quarkus trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f4 + concurrency: 100 diff --git a/rs-template/stackit-functions.yaml b/rs-template/stackit-functions.yaml index 703e564..ab2ae6b 100644 --- a/rs-template/stackit-functions.yaml +++ b/rs-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: rust trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f2 + concurrency: 100 diff --git a/spring-template/stackit-functions.yaml b/spring-template/stackit-functions.yaml index b73dea7..5a01038 100644 --- a/spring-template/stackit-functions.yaml +++ b/spring-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: springboot trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f4 + concurrency: 50 diff --git a/ts-template/stackit-functions.yaml b/ts-template/stackit-functions.yaml index 88275cc..52c8553 100644 --- a/ts-template/stackit-functions.yaml +++ b/ts-template/stackit-functions.yaml @@ -3,3 +3,6 @@ function: runtime: nodets trigger: http created: 2026-01-01T00:00:00.000000+01:00 + limits: + plan: f3 + concurrency: 20