Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Fix ServiceMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiarchitect committed Nov 5, 2021
1 parent 240b8df commit f215cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keydb
description: A Helm chart for KeyDB multimaster setup
type: application
version: 0.27.0
version: 0.27.1
keywords:
- keydb
- redis
Expand Down
3 changes: 2 additions & 1 deletion keydb/templates/sm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ spec:
matchLabels:
{{ include "keydb.labels" . | nindent 6 }}
namespaceSelector:
any: true
matchNames:
- {{.Release.Namespace }}
endpoints:
- port: redis-exporter
path: {{ .Values.exporter.scrapePath }}
Expand Down

0 comments on commit f215cb8

Please sign in to comment.