Fix the spec in kubernetes-using-python example (#16499)

Fix the spec in kubernetes-using-python example

Signed-off-by: Yishuang Lu <luystu@gmail.com>
This commit is contained in:
lys0716
2019-09-27 14:34:43 -07:00
committed by Kubernetes Prow Robot
parent 09ca7dd95e
commit 31ab573a3b
@@ -169,6 +169,9 @@ kind: Deployment
metadata:
name: hello-python
spec:
selector:
matchLabels:
app: hello-python
replicas: 4
template:
metadata: