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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user