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
kind: ConfigMap | |
apiVersion: v1 | |
metadata: | |
name: couchdb | |
data: | |
# Erlang VM settings. The -name flag activates the Erlang distribution; there | |
# should be no reason to change this setting. The -setcookie flag is used to | |
# control the Erlang magic cookie. CouchDB cluster nodes can only establish a | |
# connection with one another if they share the same magic cookie. | |
erlflags: > |