fix kubernetes cassandra template

This commit is contained in:
James Oliver
2016-03-16 07:51:22 -07:00
parent 757f993e08
commit 66ae69cbfd
3 changed files with 10 additions and 37 deletions
@@ -5,7 +5,7 @@ metadata:
name: cassandra
name: cassandra
spec:
replicas: 1
replicas: ${NODE_COUNT}
selector:
name: cassandra
template:
@@ -24,11 +24,13 @@ spec:
value: 512M
- name: HEAP_NEWSIZE
value: 100M
- name: CASSANDRA_SERVICE
value: cassandra
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/google_containers/cassandra:v6
image: llparse/cassandra:v1
name: cassandra
ports:
- containerPort: 9042