From ff0a17f1c5bd90a481822240764cfea002d1132b Mon Sep 17 00:00:00 2001 From: Robbie Zhang Date: Tue, 24 Apr 2018 09:26:24 -0700 Subject: [PATCH] Update nginx-pod.yaml Remove the resource request, and let the VK to give a default value. --- examples/nginx-pod.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/nginx-pod.yaml b/examples/nginx-pod.yaml index 61fce52c0..dff8212b0 100644 --- a/examples/nginx-pod.yaml +++ b/examples/nginx-pod.yaml @@ -7,10 +7,6 @@ spec: - image: nginx imagePullPolicy: Always name: nginx - resources: - requests: - memory: 1G - cpu: 1 ports: - containerPort: 80 name: http