Skip to content
Snippets Groups Projects
Unverified Commit 40c1c7a1 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #885 from lanmarti/hotfix/884

Changed labels for grafana service monitor selector
parents c2155fa2 5cefc105
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function(params) {
spec: {
selector: {
matchLabels: {
app: 'grafana',
'app.kubernetes.io/name': 'grafana',
},
},
endpoints: [{
......
......@@ -14,4 +14,4 @@ spec:
port: http
selector:
matchLabels:
app: grafana
app.kubernetes.io/name: grafana
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment