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:
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
|
||||
spec:
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: win-webserver
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue