matrix-media-repo: Fix typo in podmonitor.yaml
This commit is contained in:
parent
d994ede38a
commit
397d007af6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ spec:
|
||||||
matchNames:
|
matchNames:
|
||||||
- {{ .Release.Namespace }}
|
- {{ .Release.Namespace }}
|
||||||
podMetricsEndpoints:
|
podMetricsEndpoints:
|
||||||
- {{- if .Values.serviceAccount.create }}interval: {{ Values.podmonitor.interval | default "30s"}}{{- end }}
|
- {{- if .Values.serviceAccount.create }}interval: {{ .Values.podmonitor.interval | default "30s"}}{{- end }}
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: metrics
|
port: metrics
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in a new issue