diff --git a/services/cilium/deploy/policies/traefik-l2.yaml b/services/cilium/deploy/policies/traefik-l2.yaml index 92f8e6e..c950922 100644 --- a/services/cilium/deploy/policies/traefik-l2.yaml +++ b/services/cilium/deploy/policies/traefik-l2.yaml @@ -12,4 +12,12 @@ spec: interfaces: - ens18 externalIPs: true - loadBalancerIPs: true \ No newline at end of file + loadBalancerIPs: true +--- +apiVersion: cilium.io/v2 +kind: CiliumLoadBalancerIPPool +metadata: + name: casa-l2 +spec: + blocks: + - cidr: 192.168.14.0/24 diff --git a/services/traefik/deploy/app/default/helm-release.yaml b/services/traefik/deploy/app/default/helm-release.yaml index b134db9..78d9e9c 100644 --- a/services/traefik/deploy/app/default/helm-release.yaml +++ b/services/traefik/deploy/app/default/helm-release.yaml @@ -39,7 +39,7 @@ spec: allocateLoadBalancerNodePorts: false loadBalancerIP: 192.168.14.200 labels: - srv-lan-l2-expose: "true" + casa-lan-l2-expose: "true" ports: web: port: 80 diff --git a/services/traefik/deploy/app/icarus/helm-release.yaml b/services/traefik/deploy/app/icarus/helm-release.yaml index 00c11d5..0364242 100644 --- a/services/traefik/deploy/app/icarus/helm-release.yaml +++ b/services/traefik/deploy/app/icarus/helm-release.yaml @@ -34,7 +34,7 @@ spec: allocateLoadBalancerNodePorts: false loadBalancerIP: 192.168.14.204 labels: - srv-lan-l2-expose: "true" + casa-lan-l2-expose: "true" ports: web: