Skip to content

Commit

Permalink
Fix the spec in kubernetes-using-python example (#16499)
Browse files Browse the repository at this point in the history
Fix the spec in kubernetes-using-python example

Signed-off-by: Yishuang Lu <[email protected]>
  • Loading branch information
lys0716 authored and k8s-ci-robot committed Sep 27, 2019
1 parent 09ca7dd commit 31ab573
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ kind: Deployment
metadata:
name: hello-python
spec:
selector:
matchLabels:
app: hello-python
replicas: 4
template:
metadata:
Expand Down

0 comments on commit 31ab573

Please sign in to comment.