Files
infrastructure/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml
Alex Lebens a40b5916ea
All checks were successful
lint-test-helm / lint-helm (push) Successful in 28s
render-manifests-push / render-manifests-push (push) Successful in 39s
renovate / renovate (push) Successful in 1m37s
fix: change devices
2026-02-12 13:53:44 -06:00

18 lines
463 B
YAML

apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy
metadata:
name: node-gateway-l2-policy
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: node-gateway-l2-policy
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
nodeSelector:
matchLabels:
kubernetes.io/hostname: talos-ix7-xku
interfaces:
- enp6s0
externalIPs: true
loadBalancerIPs: true