mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 10:39:49 +00:00
fix(cilium): device selector
This commit is contained in:
@@ -34,7 +34,7 @@ cluster:
|
||||
|
||||
## NOTE: Cilium's routing modes for inter-nodes pod traffic
|
||||
routingMode: native
|
||||
devices: '{enp1s0.58}' # use specific VLAN
|
||||
devices: 'enp1s0.58' # use specific VLAN # TODO: figure out how to regex to match all interfaces with VLAN 58
|
||||
autoDirectNodeRoutes: true
|
||||
ipv4NativeRoutingCIDR: "${IP_POD_CIDR_V4}"
|
||||
loadBalancer:
|
||||
|
||||
Reference in New Issue
Block a user