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

25
examples/iis-pod.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: v1
kind: Pod
metadata:
name: iis
spec:
containers:
- image: microsoft/iis:nanoserver
imagePullPolicy: Always
name: iis
resources:
requests:
memory: 3.5G
cpu: 2
ports:
- containerPort: 80
name: http
protocol: TCP
- containerPort: 443
name: https
dnsPolicy: Default
nodeName: virtual-kubelet-myaciconnector-win
automountServiceAccountToken: false
tolerations:
- key: azure.com/aci
effect: NoSchedule