Files
infrastructure/clusters/cl01tl/standalone/cilium/templates/cilium-bgp-cluster-config.yaml
Alex Lebens cb48587931
All checks were successful
renovate / renovate (push) Successful in 2m20s
add bgp routing
2025-06-06 20:12:08 -05:00

23 lines
577 B
YAML

apiVersion: cilium.io/v2alpha1
kind: CiliumBGPClusterConfig
metadata:
name: cilium-bgp
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: cilium-bgp
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
nodeSelector:
matchLabels:
node-role.kubernetes.io/bgp: "65020"
bgpInstances:
- name: "65020"
localASN: 65020
peers:
- name: "udm-65000"
peerASN: 65000
peerAddress: 192.168.1.1
peerConfigRef:
name: "cilium-peer"