From 26b7969d8534681de25280c99851ca410f72bcb2 Mon Sep 17 00:00:00 2001 From: Zach Gershman Date: Mon, 9 Jan 2017 13:46:03 -0800 Subject: [PATCH] correct name of lb vm_extension was previously `lbs` and should be `lb` --- concourse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse.md b/concourse.md index 09a6164bf..42988da99 100644 --- a/concourse.md +++ b/concourse.md @@ -22,7 +22,7 @@ Scale instance types, disks and instance count based on your needs. Other sizes 1. Start with the sample manifest from the [Concourse documentation](http://concourse.ci/clusters-with-bosh.html) 2. Replace all ```vm_type: REPLACE_ME``` with ```vm_type: n1-standard-1```. -3. Add the vm_extension ```lbs``` to the instance_group "web" +3. Add the vm_extension ```lb``` to the instance_group "web" 4. Add the property ```tls_bind_port: 443``` to the instance_group "web" 5. Add the vm_extension ```50GB_ephemeral_disk``` to the instance_group "worker" 6. Replace all ```persistent_disk_type: REPLACE_ME``` with ```persistent_disk_type: 5GB```