Fix the examples (#117)
This commit is contained in:
@@ -4,24 +4,17 @@ metadata:
|
||||
name: nano
|
||||
spec:
|
||||
containers:
|
||||
- image: microsoft/nanoserver
|
||||
- image: microsoft/nanoserver:latest
|
||||
imagePullPolicy: Always
|
||||
command: ["powershell.exe", "-Command", "while ($true) { Sleep 5; Write-Host 'helloworld' }"]
|
||||
name: nanoserver
|
||||
resources:
|
||||
requests:
|
||||
memory: 4G
|
||||
cpu: 2
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
protocol: TCP
|
||||
- containerPort: 443
|
||||
name: https
|
||||
memory: 1.5G
|
||||
cpu: 1
|
||||
dnsPolicy: Default
|
||||
<<<<<<< HEAD:examples/iis-pod.yaml
|
||||
=======
|
||||
nodeName: virtual-kubelet-connector-win
|
||||
>>>>>>> azureReadMe:examples/nanoserver.yaml
|
||||
restartPolicy: OnFailure
|
||||
nodeName: virtual-kubelet-myaciconnector-win
|
||||
automountServiceAccountToken: false
|
||||
tolerations:
|
||||
- key: azure.com/aci
|
||||
|
||||
Reference in New Issue
Block a user