Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed AWS config (#25): #24 * Fixed update script ordering. (#27) * Sync'd central-config.yml with central/values.yml (#29) * Fixed update script ordering. * Sync'd config-central.yaml to match central/values.yaml * Feature/#60 automate the cd pipeline for central ledger (#34) * Fixed AWS config (#25): #24 (#26) * Fixed update script ordering. (#27) * Develop (#30) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Feature/#60 automate the cd pipeline for central ledger (#36) * added initial configs for central dev and prod deployments * Added a new chart called "mojaloop" which deploys all components for the mojaloop switch. * Updated ingress for prod deployment * Updated Ingress Host Names * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated dev config for all tags to point to 'snapshot' instead of 'latst' * updated centralledger chart to v0.2.0 (#43) * updated centralledger chart to v0.2.0 Changes made: - added mysql dep on centralledger, and associated configurations for either postgres or mysql - changed centralledger config to use value for the knex config - removed AWS values (not needed) - removed values in the root folder. Rather use the value.yaml in each chart folder, which is easier to maintain. * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version * Bumbped chart versions impacted by centralledger update to 0.2.0 to match the same version For previous commit: Added db_type and db_driver under the config values for CentralLedger. This will allow us to switch between postgresql and mysql. Note the mysql deployment has not been tested since we do not have working backend code to fully support this yet.
- Loading branch information