From 03e9020909d5b671664d20d50b0b8d0dbd9a8d8b Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 8 Jun 2017 17:41:38 +0200 Subject: [PATCH] Added helper comments to config-map.yaml --- k8s/configuration/config-map.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/k8s/configuration/config-map.yaml b/k8s/configuration/config-map.yaml index 631c8e86..e21cf411 100644 --- a/k8s/configuration/config-map.yaml +++ b/k8s/configuration/config-map.yaml @@ -1,18 +1,19 @@ -####################################################### -# This YAML file desribes a ConfigMap for the cluster # -####################################################### - -## Common Env Variables For This Node +## vars is common environment variables for this BigchaindB node apiVersion: v1 kind: ConfigMap metadata: name: vars namespace: default data: + # MongoDB mdb-instance-name: "" + # BigchainDB bdb-instance-name: "" + # NGINX ngx-instance-name: "" + # MongoDB Monitoring Agent mdb-mon-instance-name: "" + # MongoDB Backup Agent mdb-bak-instance-name: "" --- apiVersion: v1 @@ -21,7 +22,7 @@ metadata: name: mongodb-whitelist namespace: default data: - # We support only 'all' currently + # We only support "all"" currently allowed-hosts: "all" --- apiVersion: v1 @@ -30,7 +31,9 @@ metadata: name: bdb-keyring namespace: default data: - bdb-keyring: "':' separated list of public keys>" + # Colon-separated list of all *other* nodes' BigchainDB public keys + # with no base64 encoding anywhere + bdb-keyring: "<':' separated list of public keys>" --- apiVersion: v1 kind: ConfigMap @@ -38,4 +41,6 @@ metadata: name: bdb-public-key namespace: default data: + # BigchainDB public key of *this* node, not base64-encoded. + # Example: "EPQk5i5yYpoUwGVM8VKZRjM8CYxB6j8Lu8i8SG7kGGce" bdb-public-key: ""