Skip to content

Commit

Permalink
Add an example for Windows pod
Browse files Browse the repository at this point in the history
Add iis-pod.yaml to start a Windows pod in ACI
  • Loading branch information
robbiezhang authored Dec 27, 2017
1 parent 04e49c5 commit 2b68da3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions examples/iis-pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: v1
kind: Pod
metadata:
name: iis
spec:
containers:
- image: microsoft/iis
imagePullPolicy: Always
name: iis
resources:
requests:
memory: 4G
cpu: 2
ports:
- containerPort: 80
name: http
protocol: TCP
- containerPort: 443
name: https
dnsPolicy: Default
nodeName: virtual-kubelet-aciconnector-win
automountServiceAccountToken: false
tolerations:
- key: azure.com/aci
effect: NoSchedule

0 comments on commit 2b68da3

Please sign in to comment.