Skip to content

Commit

Permalink
Merge pull request lfs269#1 from dopsdemo/featureA
Browse files Browse the repository at this point in the history
added a new label to vote app
  • Loading branch information
dopsdemo authored Apr 13, 2021
2 parents fa122a7 + b3c67db commit dfc16c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/vote/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
creationTimestamp: null
labels:
app: vote
tier: front
name: vote
spec:
replicas: 2
Expand All @@ -16,6 +17,7 @@ spec:
creationTimestamp: null
labels:
app: vote
tier: front
spec:
containers:
- image: schoolofdevops/vote:v1
Expand Down
1 change: 1 addition & 0 deletions deploy/vote/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
creationTimestamp: null
labels:
app: vote
tier: front
name: vote
spec:
ports:
Expand Down

0 comments on commit dfc16c2

Please sign in to comment.