Skip to content

Commit

Permalink
Increase the default number of replicas on Hetzner to 3
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii committed Apr 3, 2019
1 parent ba873e2 commit 9222161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terraform/hetzner/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ output "kubeone_workers" {
pool1 = {
serverType = "${var.worker_type}"
location = "${var.datacenter}"
replicas = 1
replicas = 3
sshPublicKeys = ["${file("${var.ssh_public_key_file}")}"]
operatingSystem = "${var.image}"
}
Expand Down

0 comments on commit 9222161

Please sign in to comment.