Directory structure:
└── ibm-gameon-java-microservices-on-kubernetes/
├── README.md
├── ACKNOWLEDGEMENTS.md
├── CONTRIBUTING.md
├── gameon-configmap.yaml
├── LICENSE
├── local-volume.yaml
├── MAINTAINERS.md
├── README-cn.md
├── README-ko.md
├── setup.yaml
├── .travis.yml
├── containers/
│ ├── gameon-proxy/
│ │ ├── Dockerfile
│ │ ├── haproxy-dev.cfg
│ │ ├── haproxy-ics.cfg
│ │ ├── haproxy.cfg
│ │ ├── icsBuild.sh
│ │ ├── icsDeploy.sh
│ │ ├── idsBuild.sh
│ │ ├── proxy.pem
│ │ └── startup.sh
│ └── setup/
│ ├── README.md
│ ├── Dockerfile
│ └── gen-keystore.sh
├── core/
│ ├── auth.yaml
│ ├── map.yaml
│ ├── mediator.yaml
│ ├── player.yaml
│ ├── proxy.yaml
│ ├── room.yaml
│ └── webapp.yaml
├── platform/
│ ├── controller.yaml
│ ├── couchdb.yaml
│ ├── kafka.yaml
│ ├── redis.yaml
│ └── registry.yaml
├── sample-room/
│ └── javaroom.yaml
├── scripts/
│ ├── README.md
│ ├── install.sh
│ └── deploy-to-bluemix/
│ ├── bx_login.sh
│ ├── deploy.sh
│ └── install_bx.sh
└── .bluemix/
├── deploy.json
├── pipeline.yml
└── toolchain.yml