From b393f045ad3efac8fc121de58d108a9c88ed1fc4 Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Mon, 20 Apr 2020 16:37:44 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index b50dbed..739846d 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -33,8 +33,8 @@ spec: memory: "64Gi" cpu: "8" requests: - memory: "32Gi" - cpu: "4" + memory: "20Gi" + cpu: "2" volumeMounts: - mountPath: /userdata/kerasData -- GitLab