Удалены ненужные параметры из CiliumL2AnnouncementPolicy, изменен шаблон для устройств в values.yaml, закомментирован тип сервиса в ingress-nginx.yaml.

This commit is contained in:
2025-06-24 12:36:15 +07:00
parent a2c7ef7b8c
commit 3c842c1b87
3 changed files with 3 additions and 6 deletions

View File

@@ -33,8 +33,8 @@ spec:
enabled: true enabled: true
default: true default: true
kind: DaemonSet kind: DaemonSet
service: # service:
type: NodePort # type: NodePort
config: config:
allow-snippet-annotations: true allow-snippet-annotations: true
annotations-risk-level: Critical annotations-risk-level: Critical

View File

@@ -3,9 +3,6 @@ kind: CiliumL2AnnouncementPolicy
metadata: metadata:
name: policy1 name: policy1
spec: spec:
serviceSelector:
matchLabels:
color: blue
nodeSelector: nodeSelector:
matchExpressions: matchExpressions:
- key: node-role.kubernetes.io/control-plane - key: node-role.kubernetes.io/control-plane

View File

@@ -27,7 +27,7 @@ k8sServiceHost: 192.168.23.54
k8sServicePort: 6443 k8sServicePort: 6443
l2announcements: l2announcements:
enabled: true enabled: true
devices: ens+ devices: ^ens+
hubble: hubble:
relay: relay:
enabled: true enabled: true