From f302c808b0733482f564bcf4441365ce1dccdb98 Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 18 May 2022 14:51:34 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index a758cfa..1b92903 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -31,7 +31,7 @@ spec: imagePullPolicy: Always resources: requests: - memory: ${MEMORY_LIMIT} + memory: ${MEMORY_REQUEST} limits: memory: ${MEMORY_LIMIT} ports: -- GitLab