Skip to content

Commit

Permalink
Fix typo in daemonset resource requests
Browse files Browse the repository at this point in the history
  • Loading branch information
wfhartford committed Aug 4, 2016
1 parent a898438 commit a9162ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/storage/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ spec:
#- containerPort: 9160
# name: thrift
resources:
request:
requests:
cpu: 0.5
volumeMounts:
- mountPath: /cassandra_data
Expand Down
2 changes: 1 addition & 1 deletion examples/storage/cassandra/cassandra-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
#- containerPort: 9160
# name: thrift
resources:
request:
requests:
cpu: 0.5
volumeMounts:
- mountPath: /cassandra_data
Expand Down

0 comments on commit a9162ed

Please sign in to comment.