Skip to content

Commit

Permalink
Adds CPU and memory request parameters to check-reaper cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhans committed Oct 27, 2020
1 parent 736dc51 commit 7d4f2a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cmd/check-reaper/check-reaper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ spec:
template:
spec:
containers:
- name: check-reaper
image: kuberhealthy/check-reaper:v1.5.0
- image: kuberhealthy/check-reaper:v1.5.0
imagePullPolicy: IfNotPresent
name: check-reaper
resources:
requests:
cpu: 10m
memory: 50Mi
env:
- name: SINGLE_NAMESPACE
value: kuberhealthy
Expand Down

0 comments on commit 7d4f2a4

Please sign in to comment.