Skip to content

Commit

Permalink
chore: update OS and plan for Equinix Metal
Browse files Browse the repository at this point in the history
Signed-off-by: David McKay <david@rawkode.com>
  • Loading branch information
rawkode authored and alexellis committed Jul 15, 2021
1 parent 13b5f15 commit f89452c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel) provision.Basic
case "equinix-metal":
host = provision.BasicHost{
Name: tunnel.Name,
OS: "ubuntu_16_04",
Plan: "t1.small.x86",
OS: "ubuntu_20_04",
Plan: "c3.small.x86",
Region: c.infraConfig.Region,
UserData: userData,
Additional: map[string]string{
Expand Down

0 comments on commit f89452c

Please sign in to comment.