Skip to content

Commit

Permalink
Merge pull request kubernetes#26981 from wfhartford/patch-1
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fix resource requests in cassandra-daemonset.yaml

The current file fails validation because the resource request syntax is incorrect.
  • Loading branch information
Kubernetes Submit Queue authored Aug 14, 2016
2 parents 85c91eb + a9162ed commit 8965107
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 8965107

Please sign in to comment.