gameontext / gameon

The root repository provides mechanics to set up a local environment for building and testing rooms.
http://gameontext.org
Apache License 2.0
58 stars 37 forks source link

Move to couchdb 2.2 #140

Closed ebullient closed 6 years ago

ebullient commented 6 years ago

Couchdb 2.2 brought some changes with how things are initialized and torn down, which caused some ripples. Some of this is incidental: making the certificate management path the same for kubernetes and docker, for example.

An external volume is used for couchdb data in the docker path. We're in a holding pattern for the kubernetes path, as the wiser choice is to use OOTB artifacts for couchdb.


This change is Reviewable