Browse Source

Update default exoscale master with more RAM (#7328)

The default master size for exoscale is 2cpu and 2GB ram.
I have found this to be too low, so this increases it to
2cpu and 4GB ram.
pull/7316/head
Viktor 4 years ago
committed by GitHub
parent
commit
bdd36c2d34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/terraform/exoscale/default.tfvars

2
contrib/terraform/exoscale/default.tfvars

@ -12,7 +12,7 @@ ssh_public_keys = [
machines = {
"master-0" : {
"node_type" : "master",
"size" : "Small",
"size" : "Medium",
"boot_disk" : {
"image_name" : "Linux Ubuntu 20.04 LTS 64-bit",
"root_partition_size" : 50,

Loading…
Cancel
Save