mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Use packer to create a base preconfigured base image
This commit is contained in:
parent
3090cc6818
commit
3731d10987
12 changed files with 153 additions and 68 deletions
|
|
@ -7,7 +7,7 @@ variable "architecture" {
|
|||
}
|
||||
|
||||
variable "image" {
|
||||
default = "Ubuntu Xenial"
|
||||
default = "ubuntu-bionic-k8s"
|
||||
}
|
||||
|
||||
variable "mini_image" {
|
||||
|
|
@ -23,7 +23,7 @@ variable "master_instance_count" {
|
|||
}
|
||||
|
||||
variable "proxy_instance_type" {
|
||||
default = "START1-XS"
|
||||
default = "START1-S"
|
||||
}
|
||||
|
||||
variable "worker_instance_type" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue