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]>
18 lines
386 B
YAML
18 lines
386 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumBGPClusterConfig
|
|
metadata:
|
|
name: cilium-unifi
|
|
spec:
|
|
nodeSelector:
|
|
matchLabels:
|
|
node-role.kubernetes.io/control-plane: ""
|
|
bgpInstances:
|
|
- name: "65200"
|
|
localASN: 65200
|
|
peers:
|
|
- name: "ucg-max-65100"
|
|
peerASN: 65100
|
|
peerAddress: 172.20.10.1
|
|
peerConfigRef:
|
|
name: ucg-max
|