From 8ab3cc437743fd7772988318e9c3801df02fefba Mon Sep 17 00:00:00 2001 From: Antun Franjin Date: Wed, 29 Sep 2021 14:07:37 +0200 Subject: [PATCH] Fix typo field memory to use. --- qa/semcust/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/semcust/deployment.yaml b/qa/semcust/deployment.yaml index 72f9e5d..63a5988 100644 --- a/qa/semcust/deployment.yaml +++ b/qa/semcust/deployment.yaml @@ -45,7 +45,7 @@ spec: image: packages.semapp.lan:5000/semcust_backend:$IMAGE_TAG resources: requests: - memory: "256i" + memory: "256Mi" cpu: "100m" limits: memory: "512Mi"