Skip to content

Commit

Permalink
Merge pull request kubecost#1341 from kubecost/niko/prom-max-query
Browse files Browse the repository at this point in the history
Add maxPrometheusQueryDurationMinutes setting
  • Loading branch information
nikovacevic authored Apr 21, 2022
2 parents 6d995ca + 9a6aa8a commit abbe3e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ spec:
{{- end }}
- name: ETL_RESOLUTION_SECONDS
value: {{ (quote .Values.kubecostModel.etlResolutionSeconds) | default (quote 300) }}
- name: ETL_MAX_BATCH_HOURS
value: {{ (quote .Values.kubecostModel.etlMaxBatchHours) | default (quote 6) }}
- name: ETL_MAX_PROMETHEUS_QUERY_DURATION_MINUTES
value: {{ (quote .Values.kubecostModel.maxPrometheusQueryDurationMinutes) | default (quote 1440) }}
- name: ETL_DAILY_STORE_DURATION_DAYS
value: {{ (quote .Values.kubecostModel.etlDailyStoreDurationDays) | default (quote 91) }}
- name: ETL_HOURLY_STORE_DURATION_HOURS
Expand Down

0 comments on commit abbe3e6

Please sign in to comment.