Skip to content

Commit

Permalink
chore: Fix ippool
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Dec 16, 2024
1 parent eed8e9a commit 2f3cf6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flux/components/cilium-l2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./manifests.yaml
- ./manifests.yaml
8 changes: 4 additions & 4 deletions flux/components/cilium-l2/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
spec:
serviceSelector:
matchLabels:
fluence: cloudless.dev
io.cilium/l2-announce: true
fluence: cloudless.dev
io.cilium/l2-announce: "true"
externalIPs: true
loadBalancerIPs: true
---
Expand All @@ -20,5 +20,5 @@ metadata:
spec:
serviceSelector:
matchLabels:
fluence: cloudless.dev
io.cilium/l2-announce: true
fluence: cloudless.dev
io.cilium/l2-announce: "true"

0 comments on commit 2f3cf6e

Please sign in to comment.