Skip to content

Commit

Permalink
feat(home-assistant): add mDNS route to Multus interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Dec 14, 2024
1 parent 00795a8 commit 0a8840b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kube/deploy/apps/home-assistant/app/multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ spec:
"ipam": {
"type": "static",
"routes": [
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" }
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" },
{ "dst": "224.0.0.251", "gw": "${IP_ROUTER_VLAN_IOT}" }
]
}
}
Expand Down Expand Up @@ -49,7 +50,8 @@ spec:
"ipam": {
"type": "static",
"routes": [
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" }
{ "dst": "${IP_VLAN_IOT_CIDR}", "gw": "${IP_ROUTER_VLAN_IOT}" },
{ "dst": "224.0.0.251", "gw": "${IP_ROUTER_VLAN_IOT}" }
]
}
},
Expand Down

0 comments on commit 0a8840b

Please sign in to comment.