From 7f6d348a3b2379a33d89eb453dd321a0cc7755d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Feb 2016 13:48:37 +0100 Subject: [PATCH] Remove explicit binding to Redis A redis instance is only required to export the metrics. Such feature is not required for development and staging environment. --- initializr-service/manifest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/initializr-service/manifest.yml b/initializr-service/manifest.yml index 58275d84..c54389ab 100644 --- a/initializr-service/manifest.yml +++ b/initializr-service/manifest.yml @@ -2,9 +2,6 @@ applications: - name: start memory: 1024M - instances: 1 host: start-development domain: cfapps.io path: . - services: - - start-redis