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