mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Change IP of all LB Services to a different subnet Use externalTrafficPolicy on some LB Services Signed-off-by: Vegard Hagen <[email protected]>
11 lines
210 B
YAML
11 lines
210 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumLoadBalancerIPPool
|
|
metadata:
|
|
name: default-bgp-ip-pool
|
|
spec:
|
|
blocks:
|
|
- cidr: 172.20.10.0/24
|
|
serviceSelector:
|
|
matchLabels:
|
|
bgp.cilium.io/ip-pool: default
|