From a50fd4997c51e296921c667e36566d27b1db152e Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 9 Nov 2021 17:21:01 +0100
Subject: [PATCH] Add mem limits to new app issue template

---
 .gitlab/issue_templates/new_app.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md
index 21159e992..3d05b9148 100644
--- a/.gitlab/issue_templates/new_app.md
+++ b/.gitlab/issue_templates/new_app.md
@@ -11,6 +11,9 @@
    * [ ] `flux2/apps/APP/kustomization.yaml`
    * [ ] If needed, add PVCs in `flux2/apps/APP/pvc.yaml`
    * [ ] Add helmrelease in `flux2/apps/APP/release.yaml`
+     * Mem resource requests/limits: See https://open.greenhost.net/stackspin/stackspin/-/issues/1027
+      * [ ] mem request: the median weekly memory usage of an app
+      * [ ] mem limit: 150% of the weekly max memory usage
 
 ### Single sign-on
 
-- 
GitLab