mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-26 17:01:50 +02:00
Merge pull request #885 from lanmarti/hotfix/884
Changed labels for grafana service monitor selector
This commit is contained in:
commit
40c1c7a190
@ -73,7 +73,7 @@ function(params) {
|
|||||||
spec: {
|
spec: {
|
||||||
selector: {
|
selector: {
|
||||||
matchLabels: {
|
matchLabels: {
|
||||||
app: 'grafana',
|
'app.kubernetes.io/name': 'grafana',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
endpoints: [{
|
endpoints: [{
|
||||||
|
@ -14,4 +14,4 @@ spec:
|
|||||||
port: http
|
port: http
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: grafana
|
app.kubernetes.io/name: grafana
|
||||||
|
Loading…
x
Reference in New Issue
Block a user