Skip to content

Commit

Permalink
chore/deploy: make interval property in PodMonitor configurable
Browse files Browse the repository at this point in the history
Signed-off-by: TessaIO <[email protected]>
  • Loading branch information
TessaIO committed Mar 22, 2024
1 parent 0132544 commit c29c28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
podMetricsEndpoints:
- honorLabels: true
interval: 10s
interval: {{ .Values.prometheus.interval }}
path: /metrics
port: metrics
scheme: http
Expand Down
1 change: 1 addition & 0 deletions deployment/helm/node-feature-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,5 @@ tls:

prometheus:
enable: false
interval: 10s
labels: {}

0 comments on commit c29c28c

Please sign in to comment.