disable bgp
Some checks failed
lint-test-helm / helm-lint (push) Failing after 3s
renovate / renovate (push) Failing after 1m40s

This commit is contained in:
2025-06-19 20:44:08 -05:00
parent 297698c2f9
commit 880f924864
7 changed files with 125 additions and 104 deletions

View File

@@ -1,22 +1,22 @@
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"
# 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"