This repository was archived by the owner on May 18, 2020. It is now read-only.

Description
The current organization of the templates has become confusing (production vs. production-elasticsearch, for instance).
A recommendation is the following:
.
├── development (currently, it's the all-in-one)
│ └── development.yaml
└── production
├── cassandra.yaml
├── elasticsearch.yaml
└── jaeger.yaml
Of course, the tests have to be adjusted for this.