Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Cassandra replication factor 2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Jul 19, 2017
1 parent bc229a8 commit 10d7d2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions production/jaeger-production-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ items:
value: 100M
- name: CASSANDRA_HOME
value: "/opt/apache-cassandra-3.0.12"
- name: CASSANDRA_DC
value: "dc1"
- name: CASSANDRA_RACK
value: "rack1"
- name: CASSANDRA_CLUSTER_NAME
value: "jaeger"
- name: CASSANDRA_SEED_POD
Expand Down Expand Up @@ -116,6 +120,11 @@ items:
containers:
- name: jaeger-cassandra-schema
image: jaegertracing/jaeger-cassandra-schema
env:
- name: MODE
value: "prod"
- name: DATACENTER
value: "dc1"
restartPolicy: Never
- apiVersion: extensions/v1beta1
kind: Deployment
Expand Down

0 comments on commit 10d7d2c

Please sign in to comment.