diff --git a/manifests/cf-manifest/env-specific/prod.yml b/manifests/cf-manifest/env-specific/prod.yml index e808c7bf06..e3a99e5528 100644 --- a/manifests/cf-manifest/env-specific/prod.yml +++ b/manifests/cf-manifest/env-specific/prod.yml @@ -9,7 +9,7 @@ doppler_instances: 3 log_cache_instances: 3 log_api_instances: 3 scheduler_instances: 3 -cc_worker_instances: 3 +cc_worker_instances: 2 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds: 300 diff --git a/manifests/cf-manifest/spec/manifest/cc_spec.rb b/manifests/cf-manifest/spec/manifest/cc_spec.rb index 639cae29c8..3015999097 100644 --- a/manifests/cf-manifest/spec/manifest/cc_spec.rb +++ b/manifests/cf-manifest/spec/manifest/cc_spec.rb @@ -51,7 +51,7 @@ end context("when the environment is prod") do - let(:manifest) { manifest_for_env("prod") } + let(:manifest) { manifest_for_env("prod-lon") } let(:cc_worker) { manifest.fetch("instance_groups.cc-worker") } it "has more instances" do