2018-07-04 06:58:20 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: iis
|
|
|
|
labels:
|
|
|
|
name: iis
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: iis
|
|
|
|
image: microsoft/iis:windowsservercore-1709
|
|
|
|
ports:
|
|
|
|
- containerPort: 80
|
|
|
|
nodeSelector:
|
2020-05-07 03:36:13 +00:00
|
|
|
"kubernetes.io/os": windows
|