This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2855 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
20 lines
447 B
YAML
20 lines
447 B
YAML
apiVersion: "cilium.io/v2alpha1"
|
|
kind: CiliumL2AnnouncementPolicy
|
|
metadata:
|
|
name: general-l2-policy
|
|
namespace: kube-system
|
|
labels:
|
|
app.kubernetes.io/name: general-l2-policy
|
|
app.kubernetes.io/instance: cilium
|
|
app.kubernetes.io/part-of: cilium
|
|
spec:
|
|
nodeSelector:
|
|
matchExpressions:
|
|
- key: kubernetes.io/hostname
|
|
operator: Exists
|
|
interfaces:
|
|
- end0
|
|
- enp6s0
|
|
externalIPs: true
|
|
loadBalancerIPs: true
|