Fix the examples (#117)

This commit is contained in:
Robbie Zhang
2018-03-12 15:32:26 -07:00
committed by GitHub
parent b35c50f7c5
commit 91ebf2810c
2 changed files with 31 additions and 13 deletions

View File

@@ -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