Skip to content

Commit

Permalink
Update packet etcd/nameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Feb 19, 2018
1 parent 14c7051 commit 4b27837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packet/input.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ variable "name" { default = "packet" }

variable "data_dir" { default = "/cncf/data/packet" }

variable "etcd_bootstrap" { default = "147.75.94.227:2379" }
variable "discovery_nameserver" { default = "147.75.94.149" }
variable "etcd_bootstrap" { default = "147.75.83.101:2379" }
variable "discovery_nameserver" { default = "147.75.83.101" }

variable "master_node_count" { default = "3" }
variable "worker_node_count" { default = "1" }
Expand Down

0 comments on commit 4b27837

Please sign in to comment.