Skip to content

Commit

Permalink
Merge pull request #4207 from MyannaHarris/update_cas_aws_example_memory
Browse files Browse the repository at this point in the history
[Examples] Update the AWS examples to have 600Mi of memory
  • Loading branch information
k8s-ci-robot authored Jul 19, 2021
2 parents 92ec53d + dcdb952 commit 3a69f11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down

0 comments on commit 3a69f11

Please sign in to comment.