Skip to content

Commit 76fdefd

Browse files
committed
Update to new DigitalOcean plan
This plan has 1GB of RAM and 25GB of disk space, but no additional cost. Fixes: #111 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 1c852b3 commit 76fdefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel) provision.Basic
539539
host = provision.BasicHost{
540540
Name: tunnel.Name,
541541
OS: "ubuntu-16-04-x64",
542-
Plan: "512mb",
542+
Plan: "s-1vcpu-1gb",
543543
Region: c.infraConfig.Region,
544544
UserData: userData,
545545
Additional: map[string]string{},

0 commit comments

Comments
 (0)