Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 4bc4265

Browse files
authored
Merge pull request #38 from lucaviolanti/master
Add "app: prometheus" label to deployment
2 parents 3e8839b + af9c122 commit 4bc4265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/prometheus-service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ apiVersion: v1
3232
kind: Deployment
3333
apiVersion: apps/v1
3434
metadata:
35+
labels:
36+
app: prometheus
3537
name: prometheus
3638
spec:
3739
replicas: 1

0 commit comments

Comments
 (0)