5 Commits

Author SHA1 Message Date
Robert Schäfer
fb929da2cd Refactor db-migration-worker deployment
Instead of creating a deployment with a replica set, we just create the
pod once. Also the pod should have everything in the future to run the
database migration. Ie. have `cypher-shell` to write directly to the
database in the current network. All required configuration is passed
manually to the `db-migration-worker`-pod directly. SSH-keys are copied
through a secrets file. This altogether made many configuration files
obsolete.
2019-02-04 01:37:35 +01:00
Robert Schäfer
abf623bd51 Rename .yml to .yaml files for consistency
See:
https://stackoverflow.com/a/21059164

@appinteractive
2019-02-02 18:47:17 +01:00
Robert Schäfer
671826e060 Bundle all configuration in one folder staging/ 2019-02-02 12:40:29 +01:00
Robert Schäfer
c6661def31 Improve README 2019-01-31 23:52:24 +01:00
Grzegorz Leoniec
81e211f6fb
Initial commit 2019-01-17 14:10:38 +01:00