mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
feat(cilium): add LB IP pool
This commit is contained in:
@@ -10,6 +10,19 @@ spec:
|
||||
matchExpressions:
|
||||
- key: "exposeSvc"
|
||||
operator: DoesNotExist
|
||||
- key: "cilium.io/ingress"
|
||||
operator: DoesNotExist
|
||||
---
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
metadata:
|
||||
name: cilium-ingress
|
||||
spec:
|
||||
cidrs:
|
||||
- cidr: "${IP_LB_INGRESS_CIDR}"
|
||||
serviceSelector:
|
||||
matchLabels:
|
||||
cilium.io/ingress: "true"
|
||||
---
|
||||
apiVersion: cilium.io/v2alpha1
|
||||
kind: CiliumLoadBalancerIPPool
|
||||
|
||||
Reference in New Issue
Block a user