Skip to content

Commit 3ba4960

Browse files
author
Matthew Fisher
committed
changed controller size to 2GB
1 parent 1ca8d84 commit 3ba4960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ location_id=$1
5050
# The snapshot that we want to use (deis-base)
5151
image_id=$(knife digital_ocean image list | grep "deis-base" | awk '{print $1}')
5252
# the ID of the size (1GB)
53-
size_id=$(knife digital_ocean size list | grep "1GB" | awk '{print $1}')
53+
size_id=$(knife digital_ocean size list | grep "2GB" | awk '{print $1}')
5454

5555
################
5656
# SSH settings #

0 commit comments

Comments
 (0)