feat(argo-cd): Add scrapeTimeout property to server and application… (#2489)
feat(argo-cd): Add scrapeTimeout property to server and application, applicationset controllers. Signed-off-by: Nikolay Osmolovskiy <nikolay.osmolovsky@gmail.com> Co-authored-by: Nikolay Osmolovskiy <nosmolovskiy@yandex-team.ru>
This commit is contained in:
parent
5d20cfa70c
commit
b44f9a0eb5
7 changed files with 26 additions and 4 deletions
|
|
@ -22,6 +22,9 @@ spec:
|
|||
{{- with .Values.controller.metrics.serviceMonitor.interval }}
|
||||
interval: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.metrics.serviceMonitor.scrapeTimeout }}
|
||||
scrapeTimeout: {{ . }}
|
||||
{{- end }}
|
||||
path: /metrics
|
||||
{{- with .Values.controller.metrics.serviceMonitor.relabelings }}
|
||||
relabelings:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue