modified: services/cilium/deploy/policies/traefik-l2.yaml

modified:   services/traefik/deploy/app/default/helm-release.yaml
modified:   services/traefik/deploy/app/icarus/helm-release.yaml
This commit is contained in:
Márcio Fernandes
2026-07-12 13:47:42 +00:00
parent f973579c3c
commit 85982571dd
3 changed files with 14 additions and 10 deletions
@@ -1,14 +1,15 @@
apiVersion: cilium.io/v2alpha1 apiVersion: cilium.io/v2alpha1
kind: CiliumL2AnnouncementPolicy kind: CiliumL2AnnouncementPolicy
metadata: metadata:
name: traefik-l2 name: casa-l2
spec: spec:
interfaces:
- ens18
serviceSelector:
matchLabels:
app.kubernetes.io/name: traefik
# nodeSelector: # nodeSelector:
# matchLabels: # matchLabels:
# traefik-node: "true" # casa-lan: "true"
serviceSelector:
matchLabels:
casa-lan-l2-expose: "true"
interfaces:
- ens18
externalIPs: true
loadBalancerIPs: true
@@ -36,7 +36,8 @@ spec:
spec: spec:
externalTrafficPolicy: Local externalTrafficPolicy: Local
loadBalancerIP: 192.168.14.200 loadBalancerIP: 192.168.14.200
labels:
srv-lan-l2-expose: "true"
ports: ports:
web: web:
port: 80 port: 80
@@ -31,6 +31,8 @@ spec:
spec: spec:
externalTrafficPolicy: Local externalTrafficPolicy: Local
loadBalancerIP: 192.168.14.204 loadBalancerIP: 192.168.14.204
labels:
srv-lan-l2-expose: "true"
ports: ports:
web: web: