Skip to content

Instantly share code, notes, and snippets.

@rdemoraes
Created April 13, 2021 15:51
Show Gist options
  • Save rdemoraes/68d1ae5a3eb05d16c5ae0072ecf7ac52 to your computer and use it in GitHub Desktop.
Save rdemoraes/68d1ae5a3eb05d16c5ae0072ecf7ac52 to your computer and use it in GitHub Desktop.
Cassandra Rings
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cassandra-rings
data:
CASSANDRA_0_INITIAL_TOKEN: <token_number>, <token_number>,...
CASSANDRA_1_INITIAL_TOKEN: <token_number>, <token_number>,...
CASSANDRA_2_INITIAL_TOKEN: <token_number>, <token_number>,...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment