From ae0c1e130156f9b8d3bbeb90765324aa58137862 Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 18 May 2022 13:08:40 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index f32391f..a758cfa 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -30,6 +30,8 @@ spec: image: ${IMAGE} imagePullPolicy: Always resources: + requests: + memory: ${MEMORY_LIMIT} limits: memory: ${MEMORY_LIMIT} ports: -- GitLab