mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Combining configs * Combining the persistent volume claims into a single file. * Combining the storage classes into a single file. * Updating documentation * Multiple changes * Support for ConfigMap * Custom MongoDB container for BigchainDB * Update documentation to run a single node on k8s * Additional documentation * Documentation to add a node to an existing BigchainDB cluster * Commit on rolling upgrades * Fixing minor documentation mistakes * Documentation updates as per @ttmc's comments * Block formatting error * Change in ConfigMap yaml config
14 lines
489 B
YAML
14 lines
489 B
YAML
#####################################################################
|
|
# This YAML file desribes a ConfigMap with the FQDN of the mongo #
|
|
# instance to be started. MongoDB instance uses the value from this #
|
|
# ConfigMap to bootstrap itself during startup. #
|
|
#####################################################################
|
|
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: mdb-fqdn
|
|
namespace: default
|
|
data:
|
|
fqdn: mdb-instance-0.westeurope.cloudapp.azure.com
|