Files
infrastructure/clusters/cl01tl/standalone/cilium/templates/cilium-bgp-peer-config.yaml
Alex Lebens 7380539493
All checks were successful
renovate / renovate (push) Successful in 2m5s
disable resources
2025-06-06 20:15:00 -05:00

20 lines
504 B
YAML

# apiVersion: cilium.io/v2alpha1
# kind: CiliumBGPPeerConfig
# metadata:
# name: cilium-peer
# namespace: {{ .Release.Namespace }}
# labels:
# app.kubernetes.io/name: cilium-peer
# app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }}
# spec:
# gracefulRestart:
# enabled: true
# restartTimeSeconds: 15
# families:
# - afi: ipv4
# safi: unicast
# advertisements:
# matchLabels:
# advertise: "bgp"