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

Commit af9c122

Browse files
committed
Add "app: prometheus" label to deployment
1 parent 60874d1 commit af9c122

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/prometheus-service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ spec:
3030
---
3131
apiVersion: v1
3232
kind: Deployment
33-
apiVersion: extensions/v1beta1
33+
apiVersion: apps/v1
3434
metadata:
35+
labels:
36+
app: prometheus
3537
name: prometheus
3638
spec:
3739
replicas: 1

0 commit comments

Comments
 (0)