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
|
- image: nginx
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: nginx
|
name: nginx
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 1G
|
|
||||||
cpu: 1
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user