kubespray/roles/network_plugin/weave/templates/10-weave.conflist.j2

17 lines
355 B
Django/Jinja

{
"cniVersion": "0.3.0",
"name": "weave",
"plugins": [
{
"name": "weave",
"type": "weave-net",
"hairpinMode": {{ weave_hairpin_mode | bool | lower }}
},
{
"type": "portmap",
"capabilities": {"portMappings": true},
"snat": true
}
]
}