mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-10 07:48:09 -02:30
Move CI vars out of gitlab and into var files (#1808)
This commit is contained in:
12
tests/files/rhel7-weave.yml
Normal file
12
tests/files/rhel7-weave.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Instance settings
|
||||
cloud_image: rhel-7
|
||||
cloud_region: europe-west1-b
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
kube_network_plugin: weave
|
||||
weave_cpu_limit: "100m"
|
||||
weave_cpu_requests: "100m"
|
||||
deploy_netchecker: true
|
||||
kubedns_min_replicas: 1
|
||||
cloud_provider: gce
|
||||
Reference in New Issue
Block a user