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

* Simpler configuration of MongoDB instance in a node * Update docs for MDB configuration
18 lines
351 B
YAML
18 lines
351 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mdb-instance-0
|
|
namespace: default
|
|
labels:
|
|
name: mdb-instance-0
|
|
spec:
|
|
selector:
|
|
app: mdb-instance-0-ss
|
|
ports:
|
|
- port: "<mongodb-backend-port from ConfigMap>"
|
|
targetPort: "<mongodb-backend-port from ConfigMap>"
|
|
name: mdb-port
|
|
protocol: TCP
|
|
type: ClusterIP
|
|
clusterIP: None
|