Update windows containers deployment (#16749)

There are two fixes in this change. First, the yaml is left justified in order to ease copying. Secondly, the selector field is added to the deployment.
This commit is contained in:
Dax McDonald 2019-10-11 14:50:04 -07:00 committed by Kubernetes Prow Robot
parent 75bea0af64
commit bbe6cc3dea
1 changed files with 36 additions and 33 deletions

View File

@ -53,6 +53,9 @@ To deploy a Windows container on Kubernetes, you must first create an example ap
name: win-webserver
spec:
replicas: 2
selector:
matchLabels:
app: win-webserver
template:
metadata:
labels: