Skip to content

Commit

Permalink
add a volume to cassandra example
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jan 8, 2015
1 parent b06458e commit 7ff43be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/cassandra/cassandra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@ desiredState:
containerPort: 9042
- name: thrift
containerPort: 9160
volumeMounts:
- name: data
mountPath: /cassandra_data
env:
- key: MAX_HEAP_SIZE
value: 512M
- key: HEAP_NEWSIZE
value: 100M
- key: KUBERNETES_API_PROTOCOL
value: http
volumes:
- name: data
source:
emptyDir: ""
labels:
name: cassandra

Expand Down

0 comments on commit 7ff43be

Please sign in to comment.