Skip to content

Commit

Permalink
Extend cpu limits for K8S assets (AO-19736) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maslyk authored Sep 6, 2021
1 parent 7d89d9e commit 7b973df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/base/daemonset/swisnap-agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
mountPath: /sys/fs/cgroup
resources:
limits:
cpu: 100m
cpu: 200m
memory: 512Mi
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion deploy/base/deployment/swisnap-agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
readOnly: true
resources:
limits:
cpu: 100m
cpu: 200m
memory: 512Mi
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
name: swisnap-agent-k8s-events-configmap
resources:
limits:
cpu: 100m
cpu: 200m
memory: 512Mi
requests:
cpu: 100m
Expand Down

0 comments on commit 7b973df

Please sign in to comment.