1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00

Fix volumeMounts for monitoring and backup agents

This commit is contained in:
Muawia Khan 2017-08-17 10:31:03 +02:00
parent fbee5db40f
commit 7ba6334bfc
2 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ spec:
memory: 768Mi
volumeMounts:
- name: mdb-bak-certs
mountPath: /etc/mongod/ca/
readOnly: true
- name: mdb-ca
mountPath: /etc/mongod/ssl/
readOnly: true
- name: ca-auth
mountPath: /etc/mongod/ca/
readOnly: true
- name: cloud-manager-credentials
mountPath: /etc/mongod/cloud/
readOnly: true

View File

@ -41,10 +41,10 @@ spec:
memory: 768Mi
volumeMounts:
- name: mdb-mon-certs
mountPath: /etc/mongod/ca/
mountPath: /etc/mongod/ssl/
readOnly: true
- name: ca-auth
mountPath: /etc/mongod/ssl/
mountPath: /etc/mongod/ca/
readOnly: true
- name: cloud-manager-credentials
mountPath: /etc/mongod/cloud/