Reduce instance sizes in gce
parent
7e140e5f3c
commit
ea918e1999
|
@ -1,7 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: centos-7
|
cloud_image_family: centos-7
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
cloud_machine_type: "n1-standard-2"
|
cloud_machine_type: "n1-standard-1"
|
||||||
mode: ha
|
mode: ha
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: coreos-stable
|
cloud_image_family: coreos-stable
|
||||||
cloud_region: us-central1-a
|
cloud_region: us-central1-a
|
||||||
cloud_machine_type: "n1-standard-2"
|
cloud_machine_type: "n1-standard-1"
|
||||||
mode: aio
|
mode: aio
|
||||||
##user-data to simply turn off coreos upgrades
|
##user-data to simply turn off coreos upgrades
|
||||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_machine_type: "n1-standard-4"
|
cloud_machine_type: "n1-standard-1"
|
||||||
cloud_image_family: coreos-stable
|
cloud_image_family: coreos-stable
|
||||||
cloud_region: us-central1-b
|
cloud_region: us-central1-b
|
||||||
mode: aio
|
mode: aio
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: ubuntu-1804-lts
|
cloud_image_family: ubuntu-1804-lts
|
||||||
cloud_region: us-central1-a
|
cloud_region: us-central1-a
|
||||||
cloud_machine_type: "n1-standard-2"
|
cloud_machine_type: "n1-standard-1"
|
||||||
mode: aio
|
mode: aio
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|
Loading…
Reference in New Issue