File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ annotations:
2222 url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424type : application
25- version : 0.5.4
25+ version : 0.5.5
2626appVersion : release-0.7.2
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ metadata:
1212 {{- end }}
1313spec :
1414 jobLabel : app.kubernetes.io/name
15+ {{- with .Values.serviceMonitor.attachMetadata }}
16+ attachMetadata :
17+ {{- toYaml . | nindent 4 }}
18+ {{- end }}
1519 endpoints :
1620 - port : http
1721 {{- with .Values.serviceMonitor.interval }}
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ serviceMonitor:
8787 interval : 30s
8888 scrapeTimeout : 5s
8989 labels : {}
90+ attachMetadata :
91+ node : false
9092 relabelings :
9193 - action : replace
9294 regex : (.*)
You can’t perform that action at this time.
0 commit comments