File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 4.5.17
3+ version : 4.5.18
44appVersion : 28.0.2
55description : A file sharing server that puts the control and security of your own data back into your hands.
66keywords :
Original file line number Diff line number Diff line change 2525 app.kubernetes.io/instance : {{ .Release.Name }}
2626 app.kubernetes.io/component : metrics
2727 namespaceSelector :
28+ {{- with .Values.metrics.serviceMonitor.namespaceSelector }}
29+ {{- toYaml . | nindent 4 }}
30+ {{- else }}
2831 matchNames :
2932 - {{ .Release.Namespace | quote }}
33+ {{- end }}
3034 endpoints :
3135 - port : metrics
3236 path : " /"
Original file line number Diff line number Diff line change @@ -517,6 +517,9 @@ metrics:
517517 # #
518518 namespace : " "
519519
520+ # # @param metrics.serviceMonitor.namespaceSelector where service are to discoverd (default release namespace)
521+ namespaceSelector :
522+
520523 # # @param metrics.serviceMonitor.jobLabel The name of the label on the target service to use as the job name in prometheus.
521524 # #
522525 jobLabel : " "
You can’t perform that action at this time.
0 commit comments