Merge pull request #885 from lanmarti/hotfix/884

Changed labels for grafana service monitor selector
This commit is contained in:
Paweł Krupa
2021-01-29 10:48:19 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ function(params) {
spec: {
selector: {
matchLabels: {
app: 'grafana',
'app.kubernetes.io/name': 'grafana',
},
},
endpoints: [{

View File

@@ -14,4 +14,4 @@ spec:
port: http
selector:
matchLabels:
app: grafana
app.kubernetes.io/name: grafana