Skip to content

Commit

Permalink
modify resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sub-mod committed Feb 26, 2015
1 parent e682c93 commit 97ea706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cassandra/v1beta3/cassandra-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- /run.sh
resources:
limits:
cpu: 1000m
cpu: 1
env:
- name: MAX_HEAP_SIZE
key: MAX_HEAP_SIZE
Expand Down
2 changes: 1 addition & 1 deletion examples/hazelcast/v1beta3/hazelcast-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- resources:
limits:
cpu: 1000m
cpu: 1
image: pires/hazelcast-k8s
name: hazelcast
ports:
Expand Down

0 comments on commit 97ea706

Please sign in to comment.