Update the resources field in the exmaples (#155)
This commit is contained in:
@@ -11,6 +11,9 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
memory: 3.5G
|
memory: 3.5G
|
||||||
cpu: 2
|
cpu: 2
|
||||||
|
limits:
|
||||||
|
memory: 3.5G
|
||||||
|
cpu: 2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -8,10 +8,6 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["powershell.exe", "-Command", "while ($true) { Sleep 5; Write-Host 'helloworld' }"]
|
command: ["powershell.exe", "-Command", "while ($true) { Sleep 5; Write-Host 'helloworld' }"]
|
||||||
name: nanoserver
|
name: nanoserver
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 1.5G
|
|
||||||
cpu: 1
|
|
||||||
dnsPolicy: Default
|
dnsPolicy: Default
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
nodeName: virtual-kubelet-myaciconnector-win
|
nodeName: virtual-kubelet-myaciconnector-win
|
||||||
|
|||||||
Reference in New Issue
Block a user