Merge pull request #10993 from mwielgus/cassandra-image
examples/cassandra - image version inc and reduced cpu requirements
This commit is contained in:
commit
d0fec5d652
|
@ -30,7 +30,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
image: gcr.io/google_containers/cassandra:v4
|
||||
image: gcr.io/google_containers/cassandra:v5
|
||||
name: cassandra
|
||||
ports:
|
||||
- name: cql
|
||||
|
@ -166,7 +166,7 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: gcr.io/google_containers/cassandra:v4
|
||||
image: gcr.io/google_containers/cassandra:v5
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
- /run.sh
|
||||
resources:
|
||||
limits:
|
||||
cpu: 0.5
|
||||
cpu: 0.1
|
||||
env:
|
||||
- name: MAX_HEAP_SIZE
|
||||
value: 512M
|
||||
|
@ -28,7 +28,7 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
image: gcr.io/google_containers/cassandra:v4
|
||||
image: gcr.io/google_containers/cassandra:v5
|
||||
name: cassandra
|
||||
ports:
|
||||
- containerPort: 9042
|
||||
|
|
|
@ -10,8 +10,8 @@ spec:
|
|||
- /run.sh
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
image: gcr.io/google_containers/cassandra:v4
|
||||
cpu: "0.1"
|
||||
image: gcr.io/google_containers/cassandra:v5
|
||||
name: cassandra
|
||||
ports:
|
||||
- name: cql
|
||||
|
|
Loading…
Reference in New Issue