Skip to content

Commit 7dd316c

Browse files
author
lerndevops
authored
Update grafana.yml
1 parent 0a4614f commit 7dd316c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

prometheus-grafana/prometheus/grafana.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
apiVersion: v1
2-
kind: Namespace
3-
metadata:
4-
name: monitoring
5-
labels:
6-
type: monitoring
71

8-
---
92

103
apiVersion: apps/v1
114
kind: Deployment
125
metadata:
6+
namespace: monitoring
137
name: grafana
148
labels:
159
app: grafana-ui
@@ -35,6 +29,7 @@ spec:
3529
apiVersion: v1
3630
kind: Service
3731
metadata:
32+
namespace: monitoring
3833
name: grafana-ui-svc
3934
labels:
4035
app: grafana-ui

0 commit comments

Comments
 (0)