mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
14 lines
503 B
YAML
14 lines
503 B
YAML
############################################################################
|
|
# This YAML file desribes a ConfigMap with a valid list of ':' separated #
|
|
# IP addresses (or 'all' for all IP addresses) that can connect to the #
|
|
# MongoDB instance. We only support the value 'all' currently. #
|
|
############################################################################
|
|
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: mongodb-whitelist
|
|
namespace: default
|
|
data:
|
|
allowed-hosts: "all"
|