IBMStockTrader/stocktrader-helm

Add MongoDB fields needed by TradeHistory

jwalcorn opened this issue · 4 comments

Add MongoDB fields needed by TradeHistory

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

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.

Obvious is good. :)

Fixed in 0.1.1 chart