Skip to content

Commit

Permalink
Adding intervalDuration parameter on helm chart (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViBiOh authored Jan 26, 2021
1 parent 5d9086f commit 68fa268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
{{- if not .Values.latestChartVersion }}
- "-latest-chart-version=false"
{{- end }}
{{- with .Values.intervalDuration }}
- "-interval-duration={{ . }}"
{{- end }}
ports:
- name: http
containerPort: 9571
Expand Down
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespaces: ""
infoMetric: true
timestampMetric: true
latestChartVersion: true
intervalDuration: 0

serviceMonitor:
# Specifies whether a ServiceMonitor should be created
Expand Down

0 comments on commit 68fa268

Please sign in to comment.