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
kind: CiliumL2AnnouncementPolicy
metadata:
name: traefik-l2
name: casa-l2
spec:
interfaces:
- ens18
serviceSelector:
matchLabels:
app.kubernetes.io/name: traefik
# nodeSelector:
# 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:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.14.200
labels:
srv-lan-l2-expose: "true"
ports:
web:
port: 80
@@ -31,7 +31,9 @@ spec:
spec:
externalTrafficPolicy: Local
loadBalancerIP: 192.168.14.204
labels:
srv-lan-l2-expose: "true"
ports:
web:
port: 80