14 lines
287 B
YAML
14 lines
287 B
YAML
|
# Instance settings
|
||
|
cloud_image: ubuntu-1604-lts
|
||
|
cloud_machine_type: "n1-standard-1"
|
||
|
cloud_region: europe-west1-b
|
||
|
mode: ha
|
||
|
|
||
|
# Deployment settings
|
||
|
bootstrap_os: ubuntu
|
||
|
kube_network_plugin: canal
|
||
|
kubeadm_enabled: "true"
|
||
|
deploy_netchecker: true
|
||
|
kubedns_min_replicas: 1
|
||
|
cloud_provider: gce
|