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:
committed by
Kubernetes Prow Robot
parent
09ca7dd95e
commit
31ab573a3b
@@ -169,6 +169,9 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: hello-python
|
name: hello-python
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: hello-python
|
||||||
replicas: 4
|
replicas: 4
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user