Created
April 13, 2021 15:51
-
-
Save rdemoraes/68d1ae5a3eb05d16c5ae0072ecf7ac52 to your computer and use it in GitHub Desktop.
Cassandra Rings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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