bigchaindb/k8s/nginx-3scale/nginx-3scale-cm.yaml
Krish 28042a7e83 Add NGINX integration with 3scale on Kubernetes (#1392)
* Add NGINX integration with 3scale on Kubernetes
2017-04-13 17:34:25 +02:00

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"