Skip to content

Commit

Permalink
Add the spec.selector field in the time-logger deployment (#3121)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Bista <[email protected]>
  • Loading branch information
anishbista60 committed Sep 22, 2024
1 parent abbb737 commit 6eef775
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs_new/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ kind: Deployment
metadata:
name: time-logger
spec:
replicas: 1
replicas: 1
selector:
matchLabels:
app: time-logger
template:
metadata:
labels:
Expand Down

0 comments on commit 6eef775

Please sign in to comment.