matrix-media-repo: Remove unused default and reposition interval key
This commit is contained in:
parent
0456b8594d
commit
6b0d9c0fd4
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ spec:
|
|||
matchNames:
|
||||
- {{ .Release.Namespace }}
|
||||
podMetricsEndpoints:
|
||||
- {{- if .Values.podmonitor.interval }}interval: {{ .Values.podmonitor.interval | default "30s"}}{{- end }}
|
||||
path: /metrics
|
||||
- path: /metrics
|
||||
port: metrics
|
||||
{{- if .Values.podmonitor.interval }}interval: {{ .Values.podmonitor.interval }}{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "matrix-media-repo.selectorLabels" . | nindent 6 }}
|
||||
|
|
Loading…
Reference in a new issue