Skip to content

Instantly share code, notes, and snippets.

@kocolosk
kocolosk / config-settings.yaml
Created October 6, 2016 23:09
CouchDB Kubernetes Pet Set
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: >