Skip to content

Commit

Permalink
yaml: limit cpu
Browse files Browse the repository at this point in the history
Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
  • Loading branch information
weizhoublue committed Jul 12, 2024
1 parent 142a134 commit 2137b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindata/manifests/daemon/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ spec:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 500Mi
limits:
cpu: 500m
memory: 500Mi
volumeMounts:
- name: host
mountPath: /host
Expand Down

0 comments on commit 2137b87

Please sign in to comment.