Update nginx-pod.yaml
Remove the resource request, and let the VK to give a default value.
This commit is contained in:
@@ -7,10 +7,6 @@ spec:
|
||||
- image: nginx
|
||||
imagePullPolicy: Always
|
||||
name: nginx
|
||||
resources:
|
||||
requests:
|
||||
memory: 1G
|
||||
cpu: 1
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user