19 Commits

Author SHA1 Message Date
Robert Schäfer
e1e457abae Cleanly separate legacy migration part
Use `kubectl patch -f ...`
2019-02-05 18:04:56 +01:00
Robert Schäfer
99262a0d4d Fix README 2019-02-05 17:27:59 +01:00
Robert Schäfer
1fbec5f525 Set NEO4J_URI to localhost
Apparently, if you have a mult-container setup, the same pod is
accessible via localhost.
2019-02-04 22:00:53 +01:00
Robert Schäfer
d876a3f442 Multiple container per pod setup 2019-02-04 20:44:07 +01:00
Robert Schäfer
81ae557be1 Create a persistent volume claim for uploads 2019-02-04 13:00:00 +01:00
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
246a46c2e8 Remove obsolete volume in deployment 2019-02-03 14:01:19 +01:00
Robert Schäfer
0b075830bc Put many configuration files in one folder 2019-02-02 13:38:43 +01:00
Robert Schäfer
15f3915394 Adding dashboard deployment for digital ocean 2019-02-02 13:17:23 +01:00
Robert Schäfer
671826e060 Bundle all configuration in one folder staging/ 2019-02-02 12:40:29 +01:00
Robert Schäfer
bbfe39e076 Use folders for groups of YAML files
This keeps our configuration DRY and helps us to save keystrokes.
2019-01-31 23:27:23 +01:00
Robert Schäfer
5cd0485117 Point the backend to the local neo4j service 2019-01-31 18:19:19 +01:00
Robert Schäfer
330fd9a8e9 Enable apoc to run neo4j import 2019-01-30 20:15:40 +01:00
Robert Schäfer
8a74f452a9 Create persistent volumes for minikube
Running the import works in minikube!
2019-01-30 19:34:45 +01:00
Robert Schäfer
ad55cc03e5 Remove obsolete deployment files 2019-01-28 18:46:52 +01:00
Robert Schäfer
7d7e34b132 Add deployment for db-migation-worker 2019-01-28 18:33:21 +01:00
Grzegorz Leoniec
687192d521
Added Mapbox token 2019-01-25 15:23:32 +01:00
Matt Rider
1dc8e13dfa Add instructions to docs, fix kubectl commands 2019-01-22 10:43:26 -02:00
Grzegorz Leoniec
81e211f6fb
Initial commit 2019-01-17 14:10:38 +01:00