Skip to content

Commit

Permalink
Revert "Merge pull request #2679 from umangachapagain/metrics-secure"
Browse files Browse the repository at this point in the history
This reverts commit dfffbde, reversing
changes made to 88b5d23.
  • Loading branch information
weirdwiz committed Oct 3, 2024
1 parent b1c7177 commit 1869e48
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 501 deletions.
6 changes: 0 additions & 6 deletions controllers/defaults/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ var (
corev1.ResourceMemory: resource.MustParse("2Gi"),
},
},
"ocs-metrics-exporter": {
Requests: corev1.ResourceList{
"memory": resource.MustParse("50Mi"),
"cpu": resource.MustParse("50m"),
},
},
}

LeanDaemonResources = map[string]corev1.ResourceRequirements{
Expand Down
Loading

0 comments on commit 1869e48

Please sign in to comment.