Skip to content

Commit

Permalink
Change kubecost window param (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Dec 19, 2024
1 parent 48bec8c commit c1454fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/kubecostextractor_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (r *KubecostExtractorReconciler) fetch(host, path string, params map[string

func (r *KubecostExtractorReconciler) getAllocation(ctx context.Context, srv *corev1.Service, servicePort, aggregate string) (*allocationResponse, error) {
queryParams := map[string]string{
"window": "month",
"window": "30d",
"aggregate": aggregate,
"accumulate": "true",
}
Expand Down

0 comments on commit c1454fc

Please sign in to comment.