Skip to content

Commit

Permalink
chore: add app and version label to deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 25, 2024
1 parent b827a8c commit af4e1be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/part-of: microservices-demo
app.kubernetes.io/version: v1
sidecar.istio.io/inject: "true"
app: *name
version: v1
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/part-of: microservices-demo
app.kubernetes.io/version: v1
sidecar.istio.io/inject: "true"
app: *name
version: v1
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/part-of: microservices-demo
app.kubernetes.io/version: v1
sidecar.istio.io/inject: "true"
app: *name
version: v1
spec:
replicas: 1
selector:
Expand Down

0 comments on commit af4e1be

Please sign in to comment.