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
Branches
Tags
No related merge requests found
...@@ -73,7 +73,7 @@ function(params) { ...@@ -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: ...@@ -14,4 +14,4 @@ spec:
port: http port: http
selector: selector:
matchLabels: matchLabels:
app: grafana app.kubernetes.io/name: grafana
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment