Add MongoDB fields needed by TradeHistory
jwalcorn opened this issue · 4 comments
jwalcorn commented
Add MongoDB fields needed by TradeHistory
evie-lau commented
The mongodb fields needed are stored in a secret called mongodbenv
The fields inside it are:
mongo_user
mongo_password
mongo_auth_db
mongo_database
mongo_ip
mongo_port
jwalcorn commented
At the risk of stating the obvious, the first two fields should end up in the secret, and the others in the config map.
We also need to get the trade-history.yaml copied in here, from the trade-history
sibling repo (like was done with the other microservice yamls), and adjust it to point at the config map or secret for each env var.
stevekinder-ibm commented
Obvious is good. :)
jwalcorn commented
Fixed in 0.1.1 chart