mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 10:39:43 +00:00
fix(cilium): more flexible L2 enabling
This commit is contained in:
@@ -5,6 +5,7 @@ metadata:
|
||||
name: "l2"
|
||||
spec:
|
||||
externalIPs: true
|
||||
loadBalancerIPs: true # as a backup to BGP
|
||||
nodeSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/os: "linux"
|
||||
|
||||
@@ -8,8 +8,6 @@ spec:
|
||||
- cidr: "${IP_LB_CIDR}"
|
||||
serviceSelector:
|
||||
matchExpressions:
|
||||
- key: "io.cilium/l2"
|
||||
operator: DoesNotExist
|
||||
- key: "exposeSvc"
|
||||
operator: DoesNotExist
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user