diff --git a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 b/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 index 8688131..00c56ff 100644 --- a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 +++ b/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 @@ -42,5 +42,10 @@ spec: enabled: true extraConfig: allow-localhost: policy - - + bgp: + enabled: false + announce: + loadbalancerIP: true + podCIDR: false + bgpControlPlane: + enabled: true