Add gdk.yml service on/off support for more services
This change add support for enabling / disabling the following services in Procfile:
- grafana
- influxdb
- prometheus
- openldap
- postgresql-replica
Before, you had to uncomment lines in the Procfile to turn these on or off. Now you can use gdk.yml
.
I'm not sure if all these things still work. They are off by default and may have been silently broken for a long time. However, right now I just want to be able to unblock #747 (closed), and this seems the fastest way to do that.
Edited by Jacob Vosmaer