Files
homelab-v/k8s/infra/network/cilium/kustomization.yaml
T
Vegard Hagen 3b812ed476 fix(cilium): turn on l2-announcements (ARP) again to troubleshoot connection problems
I'm experiencing issues reaching services directly exposed to the internet

At first only some carriers didn't load the pages, but it appears to be getting worse somehow

Signed-off-by: Vegard Hagen <[email protected]>
2025-11-16 19:00:02 +01:00

23 lines
560 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
- l2-announce.yaml
- l2-ip-pool.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