Skip to content

Commit

Permalink
add app labels to services (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Oct 9, 2024
1 parent 0cbab4f commit 83056e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ kind: Service
metadata:
name: redis
namespace: kuma-demo
labels:
app: redis
spec:
selector:
app: redis
Expand Down Expand Up @@ -82,6 +84,8 @@ kind: Service
metadata:
name: demo-app
namespace: kuma-demo
labels:
app: demo-app
spec:
selector:
app: demo-app
Expand Down

0 comments on commit 83056e8

Please sign in to comment.