feat: add l2 announcement
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 50s
renovate / renovate (push) Successful in 1m31s

This commit is contained in:
2026-02-04 22:13:45 -06:00
parent 890e02b3f5
commit d5f7531c05

View File

@@ -1,19 +1,18 @@
# apiVersion: "cilium.io/v2alpha1" apiVersion: "cilium.io/v2alpha1"
# kind: CiliumL2AnnouncementPolicy kind: CiliumL2AnnouncementPolicy
# metadata: metadata:
# name: general-l2-policy name: node-gateway-l2-policy
# namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
# labels: labels:
# app.kubernetes.io/name: general-l2-policy app.kubernetes.io/name: node-gateway-l2-policy
# app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
# spec: spec:
# nodeSelector: nodeSelector:
# matchExpressions: matchLabels:
# - key: kubernetes.io/hostname kubernetes.io/hostname: talos-ix7-xku
# operator: Exists interfaces:
# interfaces: - end0
# - end0 - enp6s0
# - enp6s0 externalIPs: true
# externalIPs: true loadBalancerIPs: true
# loadBalancerIPs: true