Skip to content

Commit

Permalink
Fix the spec in kubernetes-using-python example
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 committed Sep 22, 2019
1 parent 702d05e commit 76589d5
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 76589d5

Please sign in to comment.