feat(argo-cd): Extract ServiceMonitor interval to values (#739)
* Extract interval and path to values Signed-off-by: Sergey Shaykhullin <sergeyshaykhullin@gmail.com> * Bump chart Signed-off-by: Sergey Shaykhullin <sergeyshaykhullin@gmail.com> * Remove path from values Signed-off-by: Sergey Shaykhullin <sergeyshaykhullin@gmail.com>
This commit is contained in:
parent
82b655dadc
commit
b971b36317
6 changed files with 17 additions and 5 deletions
|
|
@ -17,7 +17,9 @@ metadata:
|
|||
spec:
|
||||
endpoints:
|
||||
- port: metrics
|
||||
interval: 30s
|
||||
{{- with .Values.controller.metrics.serviceMonitor.interval }}
|
||||
interval: {{ . }}
|
||||
{{- end }}
|
||||
path: /metrics
|
||||
namespaceSelector:
|
||||
matchNames:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue