From 0094b10bda23a18679c826135882a25bdf8292fb Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Mon, 20 Apr 2020 16:39:49 -0700 Subject: [PATCH] Update kerasDeloyment.yaml --- kerasDeloyment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kerasDeloyment.yaml b/kerasDeloyment.yaml index a175d6f..a15cede 100644 --- a/kerasDeloyment.yaml +++ b/kerasDeloyment.yaml @@ -33,8 +33,8 @@ spec: memory: "64Gi" cpu: "8" requests: - memory: "20Gi" - cpu: "1" + memory: "30Gi" + cpu: "4" volumeMounts: - mountPath: /userdata/kerasData @@ -52,4 +52,4 @@ spec: - key: gpu-type operator: In # Use NotIn for other types values: - - M40 + - 2080Ti -- GitLab