Skip to content

Commit

Permalink
Merge pull request #288 from microsoft/danmihai1/samples-memory
Browse files Browse the repository at this point in the history
samples: use 256Mi pod memory limit
  • Loading branch information
danmihai1 authored Jan 8, 2025
2 parents 89277cc + b372dae commit 8245ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/agent/samples/policy/yaml/webhook/webhook-pod4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
resources:
limits:
cpu: 1250m
memory: 64Mi
memory: 256Mi
requests:
cpu: 250m
memory: 32Mi
Expand Down
2 changes: 1 addition & 1 deletion src/agent/samples/policy/yaml/webhook2/webhook-pod10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
resources:
limits:
cpu: 1250m
memory: 64Mi
memory: 256Mi
requests:
cpu: 250m
memory: 32Mi
Expand Down

0 comments on commit 8245ef2

Please sign in to comment.