Files
homelab-v/k8s/infra/network/cilium/kustomization.yaml
T
Vegard Hagen ee41262cc2 feat(bgp): enable bgp in cilium and disable l2 announcements
Change IP of all LB Services to a different subnet

Use externalTrafficPolicy on some LB Services

Signed-off-by: Vegard Hagen <[email protected]>
2025-11-16 18:59:51 +01:00

21 lines
519 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bgp-ip-pool.yaml
- bgp-advertise-lb-services.yaml
- bgp-peer-ucg-max-config.yaml
- bgp-peer-ucg-max-password.yaml
- bgp-cluster-config.yaml
- dashboards/cilium.yaml
- dashboards/cilium-operator.yaml
helmCharts:
- name: cilium
repo: https://helm.cilium.io
version: 1.18.3 # renovate: github-releases=cilium/cilium
releaseName: "cilium"
includeCRDs: true
namespace: kube-system
valuesFile: values.yaml