Skip to content

Commit

Permalink
Merge pull request #245 from andyxning/add_resource
Browse files Browse the repository at this point in the history
add resource
  • Loading branch information
k8s-ci-robot authored Dec 27, 2018
2 parents 7a3e96d + 8c7ef9d commit 53ee78d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ spec:
- --logtostderr
- --system-log-monitors=/config/kernel-monitor.json,/config/docker-monitor.json
image: k8s.gcr.io/node-problem-detector:v0.6.1
resources:
limits:
cpu: 10m
memory: 80Mi
requests:
cpu: 10m
memory: 80Mi
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down

0 comments on commit 53ee78d

Please sign in to comment.