Update nginx-pod.yaml

Remove the resource request, and let the VK to give a default value.
This commit is contained in:
Robbie Zhang
2018-04-24 09:26:24 -07:00
committed by GitHub
parent 2e40c52e7b
commit ff0a17f1c5

View File

@@ -7,10 +7,6 @@ spec:
- image: nginx
imagePullPolicy: Always
name: nginx
resources:
requests:
memory: 1G
cpu: 1
ports:
- containerPort: 80
name: http