unifios-utilities/haproxy/21-haproxy.conflist

25 lines
472 B
Plaintext
Raw Normal View History

{
"cniVersion": "0.4.0",
"name": "haproxy",
"plugins": [
{
"type": "macvlan",
"mode": "bridge",
"master": "br5",
"mac": "add 3 fake hex portions, replacing x's here 00:1c:b4:xx:xx:xx",
"ipam": {
"type": "static",
"addresses": [
{
"address": "10.0.5.3/24",
"gateway": "10.0.5.1"
}
],
"routes": [
{"dst": "0.0.0.0/0"}
]
}
}
]
}