Skip to content

Commit

Permalink
Merge pull request #2813 from weirdwiz/main
Browse files Browse the repository at this point in the history
remove resource limits on ocs-metrics-exporter
  • Loading branch information
openshift-merge-bot[bot] committed Sep 20, 2024
2 parents 2373729 + cc97525 commit cfe597a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions controllers/defaults/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ var (
"memory": resource.MustParse("50Mi"),
"cpu": resource.MustParse("50m"),
},
Limits: corev1.ResourceList{
"memory": resource.MustParse("150Mi"),
"cpu": resource.MustParse("150m"),
},
},
}

Expand Down
4 changes: 0 additions & 4 deletions metrics/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ spec:
readOnly: true
mountPath: /etc/kube-rbac-policy
- resources:
limits:
cpu: 150m
memory: 150Mi
requests:
cpu: 50m
memory: 50Mi
Expand Down Expand Up @@ -145,4 +142,3 @@ spec:
- name: ocs-metrics-exporter-kube-rbac-proxy-config
secret:
secretName: ocs-metrics-exporter-kube-rbac-proxy-config

0 comments on commit cfe597a

Please sign in to comment.