Files
infrastructure/clusters/cl01tl/standalone/cilium/templates/cilium-bgp-advertisement.yaml
Alex Lebens 880f924864
Some checks failed
lint-test-helm / helm-lint (push) Failing after 3s
renovate / renovate (push) Failing after 1m40s
disable bgp
2025-06-19 20:44:08 -05:00

20 lines
605 B
YAML

# apiVersion: cilium.io/v2alpha1
# kind: CiliumBGPAdvertisement
# metadata:
# name: cilium-bgp-advertisements
# namespace: {{ .Release.Namespace }}
# labels:
# app.kubernetes.io/name: cilium-bgp-advertisements
# app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }}
# spec:
# advertisements:
# - advertisementType: "Service"
# service:
# addresses:
# - ExternalIP
# - LoadBalancerIP
# selector:
# matchExpressions:
# - {key: somekey, operator: NotIn, values: ['never-used-value']}