Skip to content

Commit

Permalink
add resource
Browse files Browse the repository at this point in the history
  • Loading branch information
andyxning committed Dec 27, 2018
1 parent 7a3e96d commit 8c7ef9d
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 8c7ef9d

Please sign in to comment.