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 3901624 commit efaf274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion examples/mysql-wordpress-pd/v1beta3/mysql.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: mysql
name: mysql
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql-wordpress-pd/v1beta3/wordpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: wordpress
spec:
containers:
image: wordpress
- image: wordpress
name: wordpress
env:
- name: WORDPRESS_DB_PASSWORD
Expand Down

0 comments on commit efaf274

Please sign in to comment.